Celestial Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Blossom palette

Share this palette to:

Celestial Blossom color palette CSS

/* CSS */
.color-1 {
color: #592d8f;
}
.color-2 {
color: #8c4baf;
}
.color-3 {
color: #b159cf;
}
.color-4 {
color: #f1a7d5;
}
.color-5 {
color: #f7d4e1;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #8c4baf;
--color-3: #b159cf;
--color-4: #f1a7d5;
--color-5: #f7d4e1;
}

Celestial Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #8c4baf, #b159cf, #f1a7d5, #f7d4e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #8c4baf, #b159cf, #f1a7d5, #f7d4e1);
}

Celestial Blossom color palette created on .