/* CSS */
.color-1 {
color: #501b39;
}
.color-2 {
color: #1e501b;
}
.color-3 {
color: #1b504d;
}
/* CSS Variables */
:root {
--color-1: #501b39;
--color-2: #1e501b;
--color-3: #1b504d;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #501b39, #1e501b, #1b504d);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #501b39, #1e501b, #1b504d);
}Mystic Forest color palette created on .