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: #00bdd6;
}
.color-2 {
color: #ff4281;
}
.color-3 {
color: #ffc105;
}
.color-4 {
color: #8bc34b;
}
.color-5 {
color: #9b27b0;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ff4281;
--color-3: #ffc105;
--color-4: #8bc34b;
--color-5: #9b27b0;
}
Celestial Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ff4281, #ffc105, #8bc34b, #9b27b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ff4281, #ffc105, #8bc34b, #9b27b0);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Celestial Harmony color palette created on .