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