Rosewood Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosewood Hues palette

Share this palette to:

Rosewood Hues color palette CSS

/* CSS */
.color-1 {
color: #66000c;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #d58848;
}
.color-4 {
color: #f1c6b6;
}
.color-5 {
color: #f8e8e2;
}

/* CSS Variables */
:root {
--color-1: #66000c;
--color-2: #9f512d;
--color-3: #d58848;
--color-4: #f1c6b6;
--color-5: #f8e8e2;
}

Rosewood Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66000c, #9f512d, #d58848, #f1c6b6, #f8e8e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66000c, #9f512d, #d58848, #f1c6b6, #f8e8e2);
}

Rosewood Hues color palette created on .