Rustic Rosewood Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Rosewood Reverie palette

Share this palette to:

Rustic Rosewood Reverie color palette CSS

/* CSS */
.color-1 {
color: #ebe5e5;
}
.color-2 {
color: #c59d9b;
}
.color-3 {
color: #7a5c5c;
}
.color-4 {
color: #df2d2a;
}
.color-5 {
color: #7f3434;
}

/* CSS Variables */
:root {
--color-1: #ebe5e5;
--color-2: #c59d9b;
--color-3: #7a5c5c;
--color-4: #df2d2a;
--color-5: #7f3434;
}

Rustic Rosewood Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebe5e5, #c59d9b, #7a5c5c, #df2d2a, #7f3434);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebe5e5, #c59d9b, #7a5c5c, #df2d2a, #7f3434);
}

Similar color palettes

Scroll down to explore 1 Light pink color palette

Rustic Rosewood Reverie color palette created on .