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: #78c6e2;
}
.color-2 {
color: #f7b4a1;
}
.color-3 {
color: #f2d94a;
}
.color-4 {
color: #f55a42;
}
.color-5 {
color: #a04b8d;
}
/* CSS Variables */
:root {
--color-1: #78c6e2;
--color-2: #f7b4a1;
--color-3: #f2d94a;
--color-4: #f55a42;
--color-5: #a04b8d;
}
Celestial Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #78c6e2, #f7b4a1, #f2d94a, #f55a42, #a04b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #78c6e2, #f7b4a1, #f2d94a, #f55a42, #a04b8d);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Celestial Harmony color palette created on .