Color names in this palette
CSS code for this palette
/* CSS */
.maximum-red {
color: #d61f1f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.westfall-yellow {
color: #f9d64e;
}
.brig {
color: #4b9eb9;
}
.shadowed-steel {
color: #4a4a4a;
}
/* CSS Variables */
:root {
--maximum-red:#d61f1f;
--apricot-glazed-chicken:#f5a524;
--westfall-yellow:#f9d64e;
--brig:#4b9eb9;
--shadowed-steel:#4a4a4a;
}