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