/* CSS */
.color-1 {
color: #B7D6B3;
}
.color-2 {
color: #9FC6A3;
}
.color-3 {
color: #8DB095;
}
.color-4 {
color: #75A98D;
}
.color-5 {
color: #5B9A7D;
}
/* CSS Variables */
:root {
--color-1: #B7D6B3;
--color-2: #9FC6A3;
--color-3: #8DB095;
--color-4: #75A98D;
--color-5: #5B9A7D;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #B7D6B3, #9FC6A3, #8DB095, #75A98D, #5B9A7D);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #B7D6B3, #9FC6A3, #8DB095, #75A98D, #5B9A7D);
}Sage Green Serenity color palette created on .