Sunset Serenade

bright, amber, coral, fun, spring

Color Adjustments

Sunset Serenade Color Palette CSS

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

.color-2 {
  color: #FCE388;
}

.color-3 {
  color: #F38181;
}

.color-4 {
  color: #D83166;
}

.color-5 {
  color: #A83E5A;
}

/* CSS Variables */
:root {
  --color-1: #FAB700;
  --color-2: #FCE388;
  --color-3: #F38181;
  --color-4: #D83166;
  --color-5: #A83E5A;
}

Sunset Serenade Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FAB700, #FCE388, #F38181, #D83166, #A83E5A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FAB700, #FCE388, #F38181, #D83166, #A83E5A);
}

Sunset Serenade color palette created on .

3 views
Sunset Serenade Color Palette