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