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: #4b3d8a;
}
.color-2 {
color: #685b9a;
}
.color-3 {
color: #8e7cb1;
}
.color-4 {
color: #a89fc6;
}
.color-5 {
color: #d3cae7;
}

/* CSS Variables */
:root {
--color-1: #4b3d8a;
--color-2: #685b9a;
--color-3: #8e7cb1;
--color-4: #a89fc6;
--color-5: #d3cae7;
}

Celestial Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d8a, #685b9a, #8e7cb1, #a89fc6, #d3cae7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d8a, #685b9a, #8e7cb1, #a89fc6, #d3cae7);
}

Celestial Harmony color palette created on .