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: #f3e3b4;
}
.color-2 {
color: #f9c69f;
}
.color-3 {
color: #f6a2b0;
}
.color-4 {
color: #f782a0;
}
.color-5 {
color: #d86e9e;
}

/* CSS Variables */
:root {
--color-1: #f3e3b4;
--color-2: #f9c69f;
--color-3: #f6a2b0;
--color-4: #f782a0;
--color-5: #d86e9e;
}

Celestial Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e3b4, #f9c69f, #f6a2b0, #f782a0, #d86e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e3b4, #f9c69f, #f6a2b0, #f782a0, #d86e9e);
}

Celestial Blossom color palette created on .