/* CSS */
.color-1 {
color: #593D36;
}
.color-2 {
color: #7B4B42;
}
.color-3 {
color: #A76E62;
}
.color-4 {
color: #C49378;
}
.color-5 {
color: #E5BBAE;
}
/* CSS Variables */
:root {
--color-1: #593D36;
--color-2: #7B4B42;
--color-3: #A76E62;
--color-4: #C49378;
--color-5: #E5BBAE;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #593D36, #7B4B42, #A76E62, #C49378, #E5BBAE);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #593D36, #7B4B42, #A76E62, #C49378, #E5BBAE);
}
Rustic Embrace color palette created on .