/* CSS */
.color-1 {
color: #6EBF8D;
}
.color-2 {
color: #4EB7A3;
}
.color-3 {
color: #3EA6B1;
}
.color-4 {
color: #2B8BA1;
}
.color-5 {
color: #1D808B;
}
/* CSS Variables */
:root {
--color-1: #6EBF8D;
--color-2: #4EB7A3;
--color-3: #3EA6B1;
--color-4: #2B8BA1;
--color-5: #1D808B;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6EBF8D, #4EB7A3, #3EA6B1, #2B8BA1, #1D808B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6EBF8D, #4EB7A3, #3EA6B1, #2B8BA1, #1D808B);
}
Serenity In Nature color palette created on .