Rustic Rowan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Rowan palette
Rustic Rowan color palette CSS
/* CSS */
.color-1 {
color: #b5592c;
}
.color-2 {
color: #9d3d2a;
}
.color-3 {
color: #d26b37;
}
.color-4 {
color: #f2a069;
}
.color-5 {
color: #f9d19a;
}
/* CSS Variables */
:root {
--color-1: #b5592c;
--color-2: #9d3d2a;
--color-3: #d26b37;
--color-4: #f2a069;
--color-5: #f9d19a;
}
Rustic Rowan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5592c, #9d3d2a, #d26b37, #f2a069, #f9d19a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5592c, #9d3d2a, #d26b37, #f2a069, #f9d19a);
}
Similar color palettes
Rustic Rowan color palette created on .