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: #3a1c4f;
}
.color-2 {
color: #5c4b8b;
}
.color-3 {
color: #8f70a4;
}
.color-4 {
color: #dbb8d4;
}
.color-5 {
color: #f1b74b;
}

/* CSS Variables */
:root {
--color-1: #3a1c4f;
--color-2: #5c4b8b;
--color-3: #8f70a4;
--color-4: #dbb8d4;
--color-5: #f1b74b;
}

Celestial Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a1c4f, #5c4b8b, #8f70a4, #dbb8d4, #f1b74b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a1c4f, #5c4b8b, #8f70a4, #dbb8d4, #f1b74b);
}

Celestial Harmony color palette created on .