Rosewood Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosewood Reverie palette

Share this palette to:

Rosewood Reverie color palette CSS

/* CSS */
.color-1 {
color: #f1a7b6;
}
.color-2 {
color: #e76a8d;
}
.color-3 {
color: #d5587d;
}
.color-4 {
color: #a94c7e;
}
.color-5 {
color: #79396e;
}

/* CSS Variables */
:root {
--color-1: #f1a7b6;
--color-2: #e76a8d;
--color-3: #d5587d;
--color-4: #a94c7e;
--color-5: #79396e;
}

Rosewood Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b6, #e76a8d, #d5587d, #a94c7e, #79396e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b6, #e76a8d, #d5587d, #a94c7e, #79396e);
}

Rosewood Reverie color palette created on .