Sugar Blossom Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sugar Blossom Dream palette

Share this palette to:

Sugar Blossom Dream color palette CSS

/* CSS */
.color-1 {
color: #fbe4ec;
}
.color-2 {
color: #f9d2dc;
}
.color-3 {
color: #f4c8d3;
}
.color-4 {
color: #f0b2c5;
}
.color-5 {
color: #e8a6bd;
}

/* CSS Variables */
:root {
--color-1: #fbe4ec;
--color-2: #f9d2dc;
--color-3: #f4c8d3;
--color-4: #f0b2c5;
--color-5: #e8a6bd;
}

Sugar Blossom Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbe4ec, #f9d2dc, #f4c8d3, #f0b2c5, #e8a6bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbe4ec, #f9d2dc, #f4c8d3, #f0b2c5, #e8a6bd);
}

Sugar Blossom Dream color palette created on .