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: #f8f1f2;
}
.color-2 {
color: #f1e9e9;
}
.color-3 {
color: #eae5e1;
}
.color-4 {
color: #eae4e1;
}
.color-5 {
color: #c48da7;
}

/* CSS Variables */
:root {
--color-1: #f8f1f2;
--color-2: #f1e9e9;
--color-3: #eae5e1;
--color-4: #eae4e1;
--color-5: #c48da7;
}

Whispers of Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f1f2, #f1e9e9, #eae5e1, #eae4e1, #c48da7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f1f2, #f1e9e9, #eae5e1, #eae4e1, #c48da7);
}

Similar color palettes

Whispers of Blush color palette created on .