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: #2ea8e5;
}
.color-2 {
color: #f6d360;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #5d4e8d;
}
/* CSS Variables */
:root {
--color-1: #2ea8e5;
--color-2: #f6d360;
--color-3: #f5a524;
--color-4: #e94e77;
--color-5: #5d4e8d;
}
Celestial Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ea8e5, #f6d360, #f5a524, #e94e77, #5d4e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ea8e5, #f6d360, #f5a524, #e94e77, #5d4e8d);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Celestial Harmony color palette created on .