/* CSS */
.color-1 {
color: #4DFF4D;
}
.color-2 {
color: #1B8D1B;
}
.color-3 {
color: #A3FFB1;
}
.color-4 {
color: #FF4D4D;
}
.color-5 {
color: #4D4DFF;
}
.color-6 {
color: #FFD84D;
}
/* CSS Variables */
:root {
--color-1: #4DFF4D;
--color-2: #1B8D1B;
--color-3: #A3FFB1;
--color-4: #FF4D4D;
--color-5: #4D4DFF;
--color-6: #FFD84D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4DFF4D, #1B8D1B, #A3FFB1, #FF4D4D, #4D4DFF, #FFD84D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4DFF4D, #1B8D1B, #A3FFB1, #FF4D4D, #4D4DFF, #FFD84D);
}
Goblin's Treasures color palette created on .