/* CSS */
.color-1 {
color: #D8A546;
}
.color-2 {
color: #BBA854;
}
.color-3 {
color: #A2874E;
}
.color-4 {
color: #7E8146;
}
.color-5 {
color: #99C289;
}
/* CSS Variables */
:root {
--color-1: #D8A546;
--color-2: #BBA854;
--color-3: #A2874E;
--color-4: #7E8146;
--color-5: #99C289;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #D8A546, #BBA854, #A2874E, #7E8146, #99C289);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #D8A546, #BBA854, #A2874E, #7E8146, #99C289);
}
Tussock Shades color palette created on .