Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.golden-cartridge {
color: #bdb76b;
}
.bright-khaki {
color: #f0e78e;
}
.shrimp-cocktail {
color: #f4a662;
}
.common-chestnut {
color: #cd5b5b;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--golden-cartridge:#bdb76b;
--bright-khaki:#f0e78e;
--shrimp-cocktail:#f4a662;
--common-chestnut:#cd5b5b;
}