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: #f9d55d;
}
.color-2 {
color: #f6a76f;
}
.color-3 {
color: #f29b69;
}
.color-4 {
color: #e76a78;
}
.color-5 {
color: #d94a69;
}
/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f6a76f;
--color-3: #f29b69;
--color-4: #e76a78;
--color-5: #d94a69;
}
Celestial Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f6a76f, #f29b69, #e76a78, #d94a69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f6a76f, #f29b69, #e76a78, #d94a69);
}
Similar color palettes
Celestial Harmony color palette created on .