Color names in this palette
CSS code for this palette
/* CSS */
.garlic-pesto {
color: #c4d600;
}
.frog-on-a-log {
color: #8abf40;
}
.chateau-green {
color: #40a05d;
}
.greenlake {
color: #008f7c;
}
.copacabana {
color: #006b8f;
}
/* CSS Variables */
:root {
--garlic-pesto:#c4d600;
--frog-on-a-log:#8abf40;
--chateau-green:#40a05d;
--greenlake:#008f7c;
--copacabana:#006b8f;
}