Blush Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Reverie palette

Share this palette to:

Blush Reverie color palette CSS

/* CSS */
.color-1 {
color: #f8c9af;
}
.color-2 {
color: #f5a19e;
}
.color-3 {
color: #f78d8d;
}
.color-4 {
color: #f75f8f;
}
.color-5 {
color: #da4e68;
}

/* CSS Variables */
:root {
--color-1: #f8c9af;
--color-2: #f5a19e;
--color-3: #f78d8d;
--color-4: #f75f8f;
--color-5: #da4e68;
}

Blush Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9af, #f5a19e, #f78d8d, #f75f8f, #da4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9af, #f5a19e, #f78d8d, #f75f8f, #da4e68);
}

Blush Reverie color palette created on .