/* CSS */
.color-1 {
color: #D26F51;
}
.color-2 {
color: #C67C4E;
}
.color-3 {
color: #A68F59;
}
.color-4 {
color: #E7B16E;
}
.color-5 {
color: #D2B879;
}
/* CSS Variables */
:root {
--color-1: #D26F51;
--color-2: #C67C4E;
--color-3: #A68F59;
--color-4: #E7B16E;
--color-5: #D2B879;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D26F51, #C67C4E, #A68F59, #E7B16E, #D2B879);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D26F51, #C67C4E, #A68F59, #E7B16E, #D2B879);
}
Shades Of Brown Rust color palette created on .