Color names in this palette
CSS code for this palette
/* CSS */
.cameo-cream {
color: #f4e1c3;
}
.goldsmith {
color: #f1b24b;
}
.24-carrot {
color: #e76a23;
}
.golden-lion-tamarin {
color: #c95e31;
}
.dubonnet {
color: #5b2a2f;
}
/* CSS Variables */
:root {
--cameo-cream:#f4e1c3;
--goldsmith:#f1b24b;
--24-carrot:#e76a23;
--golden-lion-tamarin:#c95e31;
--dubonnet:#5b2a2f;
}