Starlit Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Starlit Serenade palette

Share this palette to:

Download Starlit Serenade Color Palette (PNG)

Download starlit serenade color palette PNG image (landscape)
Download starlit serenade color palette PNG image (square)

Starlit Serenade color palette CSS

/* CSS */
.color-1 {
color: #3d4b8f;
}
.color-2 {
color: #7b8cb2;
}
.color-3 {
color: #a2c7e7;
}
.color-4 {
color: #f1e8a2;
}
.color-5 {
color: #f8e61b;
}

/* CSS Variables */
:root {
--color-1: #3d4b8f;
--color-2: #7b8cb2;
--color-3: #a2c7e7;
--color-4: #f1e8a2;
--color-5: #f8e61b;
}

Starlit Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d4b8f, #7b8cb2, #a2c7e7, #f1e8a2, #f8e61b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d4b8f, #7b8cb2, #a2c7e7, #f1e8a2, #f8e61b);
}

Similar color palettes

Starlit Serenade color palette created on .