/* CSS */
.color-1 {
color: #B86E6B;
}
.color-2 {
color: #D7A9A2;
}
.color-3 {
color: #D2C4B6;
}
.color-4 {
color: #F4E2C3;
}
.color-5 {
color: #A89F8F;
}
/* CSS Variables */
:root {
--color-1: #B86E6B;
--color-2: #D7A9A2;
--color-3: #D2C4B6;
--color-4: #F4E2C3;
--color-5: #A89F8F;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B86E6B, #D7A9A2, #D2C4B6, #F4E2C3, #A89F8F);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B86E6B, #D7A9A2, #D2C4B6, #F4E2C3, #A89F8F);
}
Rustic Respite color palette created on .