Dusky Rose Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dusky Rose Reverie palette

Share this palette to:

Dusky Rose Reverie color palette CSS

/* CSS */
.color-1 {
color: #5e2b3c;
}
.color-2 {
color: #a87a8c;
}
.color-3 {
color: #d0afc4;
}
.color-4 {
color: #e7cadc;
}
.color-5 {
color: #1d0f24;
}

/* CSS Variables */
:root {
--color-1: #5e2b3c;
--color-2: #a87a8c;
--color-3: #d0afc4;
--color-4: #e7cadc;
--color-5: #1d0f24;
}

Dusky Rose Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2b3c, #a87a8c, #d0afc4, #e7cadc, #1d0f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2b3c, #a87a8c, #d0afc4, #e7cadc, #1d0f24);
}

Similar color palettes

Dusky Rose Reverie color palette created on .