Blush Rose Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Rose Reverie palette

Share this palette to:

Blush Rose Reverie color palette CSS

/* CSS */
.color-1 {
color: #ffe0e0;
}
.color-2 {
color: #e1adba;
}
.color-3 {
color: #af7980;
}
.color-4 {
color: #743e46;
}
.color-5 {
color: #dc041a;
}

/* CSS Variables */
:root {
--color-1: #ffe0e0;
--color-2: #e1adba;
--color-3: #af7980;
--color-4: #743e46;
--color-5: #dc041a;
}

Blush Rose Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe0e0, #e1adba, #af7980, #743e46, #dc041a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe0e0, #e1adba, #af7980, #743e46, #dc041a);
}

Blush Rose Reverie color palette created on .