Dove's Embrace

soft, light, bright, aesthetic, cream

Color Adjustments

Dove's Embrace Color Palette CSS

/* CSS */
.color-1 {
  color: #EFE4D7;
}

.color-2 {
  color: #C3D5C7;
}

.color-3 {
  color: #B9E4D9;
}

.color-4 {
  color: #A2D7E7;
}

.color-5 {
  color: #7DC6E3;
}

/* CSS Variables */
:root {
  --color-1: #EFE4D7;
  --color-2: #C3D5C7;
  --color-3: #B9E4D9;
  --color-4: #A2D7E7;
  --color-5: #7DC6E3;
}

Dove's Embrace Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #EFE4D7, #C3D5C7, #B9E4D9, #A2D7E7, #7DC6E3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #EFE4D7, #C3D5C7, #B9E4D9, #A2D7E7, #7DC6E3);
}

Dove's Embrace color palette created on .

25 views
Dove's Embrace Color Palette