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: #f95860;
}
.color-2 {
color: #fca4a1;
}
.color-3 {
color: #fcd4d5;
}
.color-4 {
color: #fdd5d3;
}
.color-5 {
color: #f9b4c5;
}

/* CSS Variables */
:root {
--color-1: #f95860;
--color-2: #fca4a1;
--color-3: #fcd4d5;
--color-4: #fdd5d3;
--color-5: #f9b4c5;
}

Blushing Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f95860, #fca4a1, #fcd4d5, #fdd5d3, #f9b4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f95860, #fca4a1, #fcd4d5, #fdd5d3, #f9b4c5);
}

Blushing Blooms color palette created on .