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