Color names in this palette
CSS code for this palette
/* CSS */
.honey-and-thyme {
color: #a8a800;
}
.leafy-seadragon {
color: #b6c700;
}
.march-green {
color: #d1d100;
}
.peridot {
color: #e5e600;
}
.marsupilami {
color: #f5f500;
}
/* CSS Variables */
:root {
--honey-and-thyme:#a8a800;
--leafy-seadragon:#b6c700;
--march-green:#d1d100;
--peridot:#e5e600;
--marsupilami:#f5f500;
}