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: #3c4f68;
}
.color-2 {
color: #4f759c;
}
.color-3 {
color: #6eb5d8;
}
.color-4 {
color: #a3e1f0;
}
.color-5 {
color: #f5b400;
}
/* CSS Variables */
:root {
--color-1: #3c4f68;
--color-2: #4f759c;
--color-3: #6eb5d8;
--color-4: #a3e1f0;
--color-5: #f5b400;
}
Celestial Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c4f68, #4f759c, #6eb5d8, #a3e1f0, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c4f68, #4f759c, #6eb5d8, #a3e1f0, #f5b400);
}
Similar color palettes
Scroll down to explore 400+ Blue color palettes
Celestial Harmony color palette created on .