Color names in this palette
CSS code for this palette
/* CSS */
.leek-soup {
color: #7b995c;
}
.garlic-pesto {
color: #c4d600;
}
.ice-cold-green {
color: #dae9af;
}
.sun-s-glory {
color: #f6f2e4;
}
.antique-cameo {
color: #f0baa3;
}
/* CSS Variables */
:root {
--leek-soup:#7b995c;
--garlic-pesto:#c4d600;
--ice-cold-green:#dae9af;
--sun-s-glory:#f6f2e4;
--antique-cameo:#f0baa3;
}