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: #f4c3d6;
}
.color-2 {
color: #e09ab5;
}
.color-3 {
color: #d6768e;
}
.color-4 {
color: #c24c70;
}
.color-5 {
color: #a83e5c;
}

/* CSS Variables */
:root {
--color-1: #f4c3d6;
--color-2: #e09ab5;
--color-3: #d6768e;
--color-4: #c24c70;
--color-5: #a83e5c;
}

Blushing Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d6, #e09ab5, #d6768e, #c24c70, #a83e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d6, #e09ab5, #d6768e, #c24c70, #a83e5c);
}

Blushing Blooms color palette created on .