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: #f5c7d0;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e57b9d;
}
.color-4 {
color: #d65c8d;
}
.color-5 {
color: #aa4b7a;
}

/* CSS Variables */
:root {
--color-1: #f5c7d0;
--color-2: #f1a7b6;
--color-3: #e57b9d;
--color-4: #d65c8d;
--color-5: #aa4b7a;
}

Blushing Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7d0, #f1a7b6, #e57b9d, #d65c8d, #aa4b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7d0, #f1a7b6, #e57b9d, #d65c8d, #aa4b7a);
}

Blushing Blooms color palette created on .