Starlit Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starlit Serenade palette

Share this palette to:

Starlit Serenade color palette CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #f8c572;
}
.color-3 {
color: #f6a76a;
}
.color-4 {
color: #f59ea0;
}
.color-5 {
color: #d57b98;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #f8c572;
--color-3: #f6a76a;
--color-4: #f59ea0;
--color-5: #d57b98;
}

Starlit Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #f8c572, #f6a76a, #f59ea0, #d57b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #f8c572, #f6a76a, #f59ea0, #d57b98);
}

Starlit Serenade color palette created on .