Rosy Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosy Reverie palette

Share this palette to:

Rosy Reverie color palette CSS

/* CSS */
.color-1 {
color: #f8bfd2;
}
.color-2 {
color: #e77e93;
}
.color-3 {
color: #db4d6e;
}
.color-4 {
color: #b13e5b;
}
.color-5 {
color: #8b2d46;
}

/* CSS Variables */
:root {
--color-1: #f8bfd2;
--color-2: #e77e93;
--color-3: #db4d6e;
--color-4: #b13e5b;
--color-5: #8b2d46;
}

Rosy Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8bfd2, #e77e93, #db4d6e, #b13e5b, #8b2d46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8bfd2, #e77e93, #db4d6e, #b13e5b, #8b2d46);
}

Rosy Reverie color palette created on .