Color names in this palette
CSS code for this palette
/* CSS */
.english-green {
color: #1c4f40;
}
.liquid-green-stuff {
color: #3d7b5d;
}
.flashman {
color: #7dbf8b;
}
.celery-root {
color: #d4e9b9;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--english-green:#1c4f40;
--liquid-green-stuff:#3d7b5d;
--flashman:#7dbf8b;
--celery-root:#d4e9b9;
--grapefruit:#ff5c5c;
}