Rustic Rosewood Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Rosewood palette
Rustic Rosewood color palette CSS
/* CSS */
.color-1 {
color: #c3a4a2;
}
.color-2 {
color: #a78b8b;
}
.color-3 {
color: #a06e6e;
}
.color-4 {
color: #6a4d4d;
}
.color-5 {
color: #4b2a2a;
}
/* CSS Variables */
:root {
--color-1: #c3a4a2;
--color-2: #a78b8b;
--color-3: #a06e6e;
--color-4: #6a4d4d;
--color-5: #4b2a2a;
}
Rustic Rosewood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3a4a2, #a78b8b, #a06e6e, #6a4d4d, #4b2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3a4a2, #a78b8b, #a06e6e, #6a4d4d, #4b2a2a);
}
Similar color palettes
Rustic Rosewood color palette created on .