Color names in this palette
CSS code for this palette
/* CSS */
.alizarin {
color: #e34435;
}
.frozen-tomato {
color: #d95230;
}
.cinnamon-rufous {
color: #c65c2f;
}
.mincemeat {
color: #b66c3e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--alizarin:#e34435;
--frozen-tomato:#d95230;
--cinnamon-rufous:#c65c2f;
--mincemeat:#b66c3e;
--apricot-glazed-chicken:#f5a524;
}