Color names in this palette
CSS code for this palette
/* CSS */
.golden-beryl-yellow {
color: #d6a800;
}
.banana-propaganda {
color: #f0d800;
}
.eternal-summer {
color: #f5e900;
}
.peridot {
color: #e6e200;
}
.garlic-pesto {
color: #c3d100;
}
/* CSS Variables */
:root {
--golden-beryl-yellow:#d6a800;
--banana-propaganda:#f0d800;
--eternal-summer:#f5e900;
--peridot:#e6e200;
--garlic-pesto:#c3d100;
}