Color names in this palette
CSS code for this palette
/* CSS */
.harmonious-gold {
color: #e8cca1;
}
.straw-hat {
color: #f1d3a7;
}
.flan {
color: #f6e2b6;
}
.sunday-afternoon {
color: #f5c87a;
}
.cat-s-eye-marble {
color: #d6a75c;
}
/* CSS Variables */
:root {
--harmonious-gold:#e8cca1;
--straw-hat:#f1d3a7;
--flan:#f6e2b6;
--sunday-afternoon:#f5c87a;
--cat-s-eye-marble:#d6a75c;
}