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