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