Blushing Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Blossom palette

Share this palette to:

Blushing Blossom color palette CSS

/* CSS */
.color-1 {
color: #f2c2b1;
}
.color-2 {
color: #f6b6c2;
}
.color-3 {
color: #f8a5d1;
}
.color-4 {
color: #f89bdf;
}
.color-5 {
color: #f77eba;
}

/* CSS Variables */
:root {
--color-1: #f2c2b1;
--color-2: #f6b6c2;
--color-3: #f8a5d1;
--color-4: #f89bdf;
--color-5: #f77eba;
}

Blushing Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c2b1, #f6b6c2, #f8a5d1, #f89bdf, #f77eba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c2b1, #f6b6c2, #f8a5d1, #f89bdf, #f77eba);
}

Blushing Blossom color palette created on .