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: #4f6da1;
}
.color-2 {
color: #70a0c7;
}
.color-3 {
color: #9ad5e4;
}
.color-4 {
color: #f3e8e2;
}
.color-5 {
color: #ffb59e;
}
/* CSS Variables */
:root {
--color-1: #4f6da1;
--color-2: #70a0c7;
--color-3: #9ad5e4;
--color-4: #f3e8e2;
--color-5: #ffb59e;
}
Celestial Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f6da1, #70a0c7, #9ad5e4, #f3e8e2, #ffb59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f6da1, #70a0c7, #9ad5e4, #f3e8e2, #ffb59e);
}
Similar color palettes
Scroll down to explore 70+ Aesthetic color palettes
Celestial Serenade color palette created on .