Color names in this palette
CSS code for this palette
/* CSS */
.nori-seaweed-green {
color: #494d23;
}
.calliste-green {
color: #7b7d4f;
}
.rickrack {
color: #a4a85d;
}
.southern-platyfish {
color: #d3d34a;
}
.garlic-butter {
color: #e9e25d;
}
/* CSS Variables */
:root {
--nori-seaweed-green:#494d23;
--calliste-green:#7b7d4f;
--rickrack:#a4a85d;
--southern-platyfish:#d3d34a;
--garlic-butter:#e9e25d;
}