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: #f8e1d3;
}
.color-2 {
color: #d3c2e5;
}
.color-3 {
color: #a3bbe0;
}
.color-4 {
color: #5da4d0;
}
.color-5 {
color: #3c9fc3;
}
/* CSS Variables */
:root {
--color-1: #f8e1d3;
--color-2: #d3c2e5;
--color-3: #a3bbe0;
--color-4: #5da4d0;
--color-5: #3c9fc3;
}
Celestial Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1d3, #d3c2e5, #a3bbe0, #5da4d0, #3c9fc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1d3, #d3c2e5, #a3bbe0, #5da4d0, #3c9fc3);
}
Similar color palettes
Celestial Serenade color palette created on .