Color names in this palette
CSS code for this palette
/* CSS */
.norfolk-green {
color: #2f4c3e;
}
.como {
color: #4b7c5d;
}
.citronella {
color: #69bf79;
}
.mint-cocktail-green {
color: #b2e0b3;
}
.precious-dewdrop {
color: #f4f9e1;
}
/* CSS Variables */
:root {
--norfolk-green:#2f4c3e;
--como:#4b7c5d;
--citronella:#69bf79;
--mint-cocktail-green:#b2e0b3;
--precious-dewdrop:#f4f9e1;
}