Celestial Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Serenade palette

Share this palette to:

Celestial Serenade color palette CSS

/* CSS */
.color-1 {
color: #c7d6f0;
}
.color-2 {
color: #a5bde3;
}
.color-3 {
color: #829df8;
}
.color-4 {
color: #4b72e7;
}
.color-5 {
color: #2b4f97;
}

/* CSS Variables */
:root {
--color-1: #c7d6f0;
--color-2: #a5bde3;
--color-3: #829df8;
--color-4: #4b72e7;
--color-5: #2b4f97;
}

Celestial Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7d6f0, #a5bde3, #829df8, #4b72e7, #2b4f97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7d6f0, #a5bde3, #829df8, #4b72e7, #2b4f97);
}

Celestial Serenade color palette created on .