Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-cocktail {
color: #f4a662;
}
.ceremonial-gold {
color: #d9a259;
}
.fallow {
color: #c49d4f;
}
.harvest-gold {
color: #e8b569;
}
.splash {
color: #f0d69e;
}
/* CSS Variables */
:root {
--shrimp-cocktail:#f4a662;
--ceremonial-gold:#d9a259;
--fallow:#c49d4f;
--harvest-gold:#e8b569;
--splash:#f0d69e;
}