Blush and Mist Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush and Mist palette

Share this palette to:

Blush and Mist color palette CSS

/* CSS */
.color-1 {
color: #da4e6a;
}
.color-2 {
color: #b0a2b9;
}
.color-3 {
color: #e2b6d4;
}
.color-4 {
color: #8d6a90;
}
.color-5 {
color: #f2c5d3;
}

/* CSS Variables */
:root {
--color-1: #da4e6a;
--color-2: #b0a2b9;
--color-3: #e2b6d4;
--color-4: #8d6a90;
--color-5: #f2c5d3;
}

Blush and Mist background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da4e6a, #b0a2b9, #e2b6d4, #8d6a90, #f2c5d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da4e6a, #b0a2b9, #e2b6d4, #8d6a90, #f2c5d3);
}

Blush and Mist color palette created on .