Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.maximum-yellow-red {
color: #f1b74b;
}
.marsh-mist {
color: #e8e1a1;
}
.cadet-blue {
color: #609d9f;
}
.chi-gong {
color: #d62c29;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--maximum-yellow-red:#f1b74b;
--marsh-mist:#e8e1a1;
--cadet-blue:#609d9f;
--chi-gong:#d62c29;
}