/* CSS */
.color-1 {
color: #B3D283;
}
.color-2 {
color: #ABBD70;
}
.color-3 {
color: #BEC88D;
}
.color-4 {
color: #E9DFB4;
}
.color-5 {
color: #EFBFB3;
}
/* CSS Variables */
:root {
--color-1: #B3D283;
--color-2: #ABBD70;
--color-3: #BEC88D;
--color-4: #E9DFB4;
--color-5: #EFBFB3;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B3D283, #ABBD70, #BEC88D, #E9DFB4, #EFBFB3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B3D283, #ABBD70, #BEC88D, #E9DFB4, #EFBFB3);
}
Florest Moth color palette created on .