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: #4d5eff;
}
.color-2 {
color: #5c7fff;
}
.color-3 {
color: #8aa5ff;
}
.color-4 {
color: #c7d6ff;
}
.color-5 {
color: #f0e5ff;
}

/* CSS Variables */
:root {
--color-1: #4d5eff;
--color-2: #5c7fff;
--color-3: #8aa5ff;
--color-4: #c7d6ff;
--color-5: #f0e5ff;
}

Celestial Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d5eff, #5c7fff, #8aa5ff, #c7d6ff, #f0e5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d5eff, #5c7fff, #8aa5ff, #c7d6ff, #f0e5ff);
}

Celestial Serenade color palette created on .