Color names in this palette
CSS code for this palette
/* CSS */
.la-palma {
color: #4b8d2a;
}
.ultra-green {
color: #7bbd4c;
}
.nature-s-delight {
color: #a5d88d;
}
.curious {
color: #d8e59e;
}
.bucatini-noodle {
color: #fef4d7;
}
/* CSS Variables */
:root {
--la-palma:#4b8d2a;
--ultra-green:#7bbd4c;
--nature-s-delight:#a5d88d;
--curious:#d8e59e;
--bucatini-noodle:#fef4d7;
}