Color names in this palette
CSS code for this palette
/* CSS */
.black-kite {
color: #381e1e;
}
.murray-red {
color: #6d3b3b;
}
.cheek-red {
color: #a65959;
}
.gold-foil {
color: #d99b4a;
}
.avid-apricot {
color: #f4c79f;
}
/* CSS Variables */
:root {
--black-kite:#381e1e;
--murray-red:#6d3b3b;
--cheek-red:#a65959;
--gold-foil:#d99b4a;
--avid-apricot:#f4c79f;
}