Blush Blossom Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Blossom Dream palette

Share this palette to:

Blush Blossom Dream color palette CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #efa4b4;
}
.color-3 {
color: #f5c2cf;
}
.color-4 {
color: #f9e6ea;
}
.color-5 {
color: #fce3e8;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #efa4b4;
--color-3: #f5c2cf;
--color-4: #f9e6ea;
--color-5: #fce3e8;
}

Blush Blossom Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #efa4b4, #f5c2cf, #f9e6ea, #fce3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #efa4b4, #f5c2cf, #f9e6ea, #fce3e8);
}

Blush Blossom Dream color palette created on .