Rosewood Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosewood Elegance palette

Share this palette to:

Rosewood Elegance color palette CSS

/* CSS */
.color-1 {
color: #4b3d4d;
}
.color-2 {
color: #7b5b60;
}
.color-3 {
color: #c57e72;
}
.color-4 {
color: #e5b69e;
}
.color-5 {
color: #f1d1c0;
}

/* CSS Variables */
:root {
--color-1: #4b3d4d;
--color-2: #7b5b60;
--color-3: #c57e72;
--color-4: #e5b69e;
--color-5: #f1d1c0;
}

Rosewood Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d4d, #7b5b60, #c57e72, #e5b69e, #f1d1c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d4d, #7b5b60, #c57e72, #e5b69e, #f1d1c0);
}

Rosewood Elegance color palette created on .