/* CSS */
.color-1 {
color: #3C2A20;
}
.color-2 {
color: #243c20;
}
.color-3 {
color: #20323c;
}
.color-4 {
color: #38203c;
}
/* CSS Variables */
:root {
--color-1: #3C2A20;
--color-2: #243c20;
--color-3: #20323c;
--color-4: #38203c;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3C2A20, #243c20, #20323c, #38203c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3C2A20, #243c20, #20323c, #38203c);
}
Mystic Woods color palette created on .