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: #f8c84f;
}
.color-2 {
color: #f68a1e;
}
.color-3 {
color: #e55c2e;
}
.color-4 {
color: #c64e8c;
}
.color-5 {
color: #6a4f9c;
}
/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f68a1e;
--color-3: #e55c2e;
--color-4: #c64e8c;
--color-5: #6a4f9c;
}
Celestial Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f68a1e, #e55c2e, #c64e8c, #6a4f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f68a1e, #e55c2e, #c64e8c, #6a4f9c);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Celestial Harmony color palette created on .