Color names in this palette
CSS code for this palette
/* CSS */
.nereus {
color: #4a773c;
}
.lucerne {
color: #7abe79;
}
.green-trance {
color: #a2d69f;
}
.tasman-honey-yellow {
color: #e5c55d;
}
.dizzy-days {
color: #d14e29;
}
/* CSS Variables */
:root {
--nereus:#4a773c;
--lucerne:#7abe79;
--green-trance:#a2d69f;
--tasman-honey-yellow:#e5c55d;
--dizzy-days:#d14e29;
}