Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.cat-s-eye-marble {
color: #d9a459;
}
.gooseberry-yellow {
color: #c7a84d;
}
.yellow-cream {
color: #f2d269;
}
.va-va-voom {
color: #e4b74e;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--cat-s-eye-marble:#d9a459;
--gooseberry-yellow:#c7a84d;
--yellow-cream:#f2d269;
--va-va-voom:#e4b74e;
}