Rustic Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rustic Red palette
Rustic Red color palette CSS
/* CSS */
.color-1 {
color: #c65e3f;
}
.color-2 {
color: #7e3b3a;
}
.color-3 {
color: #502b2d;
}
.color-4 {
color: #c7a55c;
}
.color-5 {
color: #f0a17a;
}
/* CSS Variables */
:root {
--color-1: #c65e3f;
--color-2: #7e3b3a;
--color-3: #502b2d;
--color-4: #c7a55c;
--color-5: #f0a17a;
}
Rustic Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65e3f, #7e3b3a, #502b2d, #c7a55c, #f0a17a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65e3f, #7e3b3a, #502b2d, #c7a55c, #f0a17a);
}
Similar color palettes
Rustic Red color palette created on .