/* CSS */
.color-1 {
color: #B4DE2B;
}
.color-2 {
color: #7EDF5D;
}
.color-3 {
color: #3BBF7D;
}
.color-4 {
color: #00995C;
}
.color-5 {
color: #007A39;
}
/* CSS Variables */
:root {
--color-1: #B4DE2B;
--color-2: #7EDF5D;
--color-3: #3BBF7D;
--color-4: #00995C;
--color-5: #007A39;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B4DE2B, #7EDF5D, #3BBF7D, #00995C, #007A39);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B4DE2B, #7EDF5D, #3BBF7D, #00995C, #007A39);
}Green Biohazard color palette created on .