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: #d9c7e0;
}
.color-2 {
color: #a5b6d5;
}
.color-3 {
color: #8091b3;
}
.color-4 {
color: #4d6a99;
}
.color-5 {
color: #2b4c6e;
}

/* CSS Variables */
:root {
--color-1: #d9c7e0;
--color-2: #a5b6d5;
--color-3: #8091b3;
--color-4: #4d6a99;
--color-5: #2b4c6e;
}

Celestial Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c7e0, #a5b6d5, #8091b3, #4d6a99, #2b4c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c7e0, #a5b6d5, #8091b3, #4d6a99, #2b4c6e);
}

Celestial Harmony color palette created on .