/* CSS */
.color-1 {
color: #6C9B46;
}
.color-2 {
color: #A9C98D;
}
.color-3 {
color: #D6E8BB;
}
.color-4 {
color: #F0F8E8;
}
.color-5 {
color: #F8D95D;
}
/* CSS Variables */
:root {
--color-1: #6C9B46;
--color-2: #A9C98D;
--color-3: #D6E8BB;
--color-4: #F0F8E8;
--color-5: #F8D95D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6C9B46, #A9C98D, #D6E8BB, #F0F8E8, #F8D95D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6C9B46, #A9C98D, #D6E8BB, #F0F8E8, #F8D95D);
}
Brat Green Shades color palette created on .