Color names in this palette
CSS code for this palette
/* CSS */
.range-land {
color: #6dbf4f;
}
.green-ribbon {
color: #2b883d;
}
.eucalipto {
color: #4dc7a8;
}
.lagoona-teal {
color: #76c4d5;
}
.rapunzel {
color: #f6da7e;
}
/* CSS Variables */
:root {
--range-land:#6dbf4f;
--green-ribbon:#2b883d;
--eucalipto:#4dc7a8;
--lagoona-teal:#76c4d5;
--rapunzel:#f6da7e;
}