Celestial Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Elegance palette

Share this palette to:

Celestial Elegance color palette CSS

/* CSS */
.color-1 {
color: #883e8e;
}
.color-2 {
color: #a95b9d;
}
.color-3 {
color: #c57cb2;
}
.color-4 {
color: #e9a5c1;
}
.color-5 {
color: #f4c8d3;
}

/* CSS Variables */
:root {
--color-1: #883e8e;
--color-2: #a95b9d;
--color-3: #c57cb2;
--color-4: #e9a5c1;
--color-5: #f4c8d3;
}

Celestial Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #883e8e, #a95b9d, #c57cb2, #e9a5c1, #f4c8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #883e8e, #a95b9d, #c57cb2, #e9a5c1, #f4c8d3);
}

Celestial Elegance color palette created on .