Whispers of Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Blush palette

Share this palette to:

Whispers of Blush color palette CSS

/* CSS */
.color-1 {
color: #f2d8b5;
}
.color-2 {
color: #f2c5a1;
}
.color-3 {
color: #f2b49c;
}
.color-4 {
color: #f29a8c;
}
.color-5 {
color: #f2787e;
}

/* CSS Variables */
:root {
--color-1: #f2d8b5;
--color-2: #f2c5a1;
--color-3: #f2b49c;
--color-4: #f29a8c;
--color-5: #f2787e;
}

Whispers of Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d8b5, #f2c5a1, #f2b49c, #f29a8c, #f2787e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d8b5, #f2c5a1, #f2b49c, #f29a8c, #f2787e);
}

Whispers of Blush color palette created on .