Color names in this palette
CSS code for this palette
/* CSS */
.palm-green {
color: #203c2b;
}
.aegean-green {
color: #4a8c6c;
}
.feijoa {
color: #a2d680;
}
.sunshade {
color: #f99e48;
}
.apocalyptic-orange {
color: #f7701d;
}
/* CSS Variables */
:root {
--palm-green:#203c2b;
--aegean-green:#4a8c6c;
--feijoa:#a2d680;
--sunshade:#f99e48;
--apocalyptic-orange:#f7701d;
}