Blushing Blooms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Blooms palette

Share this palette to:

Blushing Blooms color palette CSS

/* CSS */
.color-1 {
color: #b87a90;
}
.color-2 {
color: #e1a8b7;
}
.color-3 {
color: #f6c6d2;
}
.color-4 {
color: #f5e0e6;
}
.color-5 {
color: #f8f1f3;
}

/* CSS Variables */
:root {
--color-1: #b87a90;
--color-2: #e1a8b7;
--color-3: #f6c6d2;
--color-4: #f5e0e6;
--color-5: #f8f1f3;
}

Blushing Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b87a90, #e1a8b7, #f6c6d2, #f5e0e6, #f8f1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b87a90, #e1a8b7, #f6c6d2, #f5e0e6, #f8f1f3);
}

Blushing Blooms color palette created on .