Celestial Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Harmony palette

Share this palette to:

Celestial Harmony color palette CSS

/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f3a64f;
}
.color-3 {
color: #e37468;
}
.color-4 {
color: #8b6ecf;
}
.color-5 {
color: #5d6cc0;
}

/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f3a64f;
--color-3: #e37468;
--color-4: #8b6ecf;
--color-5: #5d6cc0;
}

Celestial Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f3a64f, #e37468, #8b6ecf, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f3a64f, #e37468, #8b6ecf, #5d6cc0);
}

Celestial Harmony color palette created on .