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: #f8c9d1;
}
.color-2 {
color: #f2a6b5;
}
.color-3 {
color: #f27d9a;
}
.color-4 {
color: #e63d5c;
}
.color-5 {
color: #c7003c;
}

/* CSS Variables */
:root {
--color-1: #f8c9d1;
--color-2: #f2a6b5;
--color-3: #f27d9a;
--color-4: #e63d5c;
--color-5: #c7003c;
}

Blush Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9d1, #f2a6b5, #f27d9a, #e63d5c, #c7003c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9d1, #f2a6b5, #f27d9a, #e63d5c, #c7003c);
}

Blush Reverie color palette created on .