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: #8fd5dc;
}
.color-2 {
color: #f8a5a8;
}
.color-3 {
color: #f1e75b;
}
.color-4 {
color: #f4c1a4;
}
.color-5 {
color: #e170a8;
}

/* CSS Variables */
:root {
--color-1: #8fd5dc;
--color-2: #f8a5a8;
--color-3: #f1e75b;
--color-4: #f4c1a4;
--color-5: #e170a8;
}

Celestial Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fd5dc, #f8a5a8, #f1e75b, #f4c1a4, #e170a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fd5dc, #f8a5a8, #f1e75b, #f4c1a4, #e170a8);
}

Celestial Blossom color palette created on .