Celestial Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Harmony palette
Celestial Harmony color palette CSS
/* CSS */
.color-1 {
color: #a5d2e9;
}
.color-2 {
color: #f6c1c1;
}
.color-3 {
color: #f9d57b;
}
.color-4 {
color: #c5e1b7;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a5d2e9;
--color-2: #f6c1c1;
--color-3: #f9d57b;
--color-4: #c5e1b7;
--color-5: #ff6e61;
}
Celestial Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d2e9, #f6c1c1, #f9d57b, #c5e1b7, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d2e9, #f6c1c1, #f9d57b, #c5e1b7, #ff6e61);
}
Similar color palettes
Celestial Harmony color palette created on .