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