Blushing Sunrise

aesthetic, pink, soft, spring, bright

Color Adjustments

Blushing Sunrise Color Palette CSS

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

.color-2 {
  color: #F1C2B1;
}

.color-3 {
  color: #F4D4B8;
}

.color-4 {
  color: #F9E7B9;
}

.color-5 {
  color: #F2B39C;
}

/* CSS Variables */
:root {
  --color-1: #E9BAB4;
  --color-2: #F1C2B1;
  --color-3: #F4D4B8;
  --color-4: #F9E7B9;
  --color-5: #F2B39C;
}

Blushing Sunrise Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E9BAB4, #F1C2B1, #F4D4B8, #F9E7B9, #F2B39C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E9BAB4, #F1C2B1, #F4D4B8, #F9E7B9, #F2B39C);
}

Blushing Sunrise color palette created on .

1 view
Blushing Sunrise Color Palette