Celestial Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Serenade palette
Celestial Serenade color palette CSS
/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #f2e8b5;
}
.color-3 {
color: #f1b1b1;
}
.color-4 {
color: #e2a7bf;
}
.color-5 {
color: #d3c3df;
}
/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #f2e8b5;
--color-3: #f1b1b1;
--color-4: #e2a7bf;
--color-5: #d3c3df;
}
Celestial Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #f2e8b5, #f1b1b1, #e2a7bf, #d3c3df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #f2e8b5, #f1b1b1, #e2a7bf, #d3c3df);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Celestial Serenade color palette created on .