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: #f7d4e1;
}
.color-2 {
color: #f1a7b8;
}
.color-3 {
color: #eab8d2;
}
.color-4 {
color: #e7b6e3;
}
.color-5 {
color: #d5a4df;
}

/* CSS Variables */
:root {
--color-1: #f7d4e1;
--color-2: #f1a7b8;
--color-3: #eab8d2;
--color-4: #e7b6e3;
--color-5: #d5a4df;
}

Celestial Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d4e1, #f1a7b8, #eab8d2, #e7b6e3, #d5a4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d4e1, #f1a7b8, #eab8d2, #e7b6e3, #d5a4df);
}

Celestial Blossom color palette created on .