Rustic Rosewood Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rustic Rosewood Harmony palette

Share this palette to:

Rustic Rosewood Harmony color palette CSS

/* CSS */
.color-1 {
color: #c0afb5;
}
.color-2 {
color: #ae8b84;
}
.color-3 {
color: #b0720c;
}
.color-4 {
color: #916a5f;
}
.color-5 {
color: #664f47;
}

/* CSS Variables */
:root {
--color-1: #c0afb5;
--color-2: #ae8b84;
--color-3: #b0720c;
--color-4: #916a5f;
--color-5: #664f47;
}

Rustic Rosewood Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0afb5, #ae8b84, #b0720c, #916a5f, #664f47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0afb5, #ae8b84, #b0720c, #916a5f, #664f47);
}

Rustic Rosewood Harmony color palette created on .