Color names in this palette
CSS code for this palette
/* CSS */
.pale-ivy {
color: #d8d0b0;
}
.river-of-gold {
color: #e4b95e;
}
.lion-of-menecrates {
color: #f2a769;
}
.gold-pheasant {
color: #c87a5b;
}
.sun-s-rage {
color: #a74d39;
}
/* CSS Variables */
:root {
--pale-ivy:#d8d0b0;
--river-of-gold:#e4b95e;
--lion-of-menecrates:#f2a769;
--gold-pheasant:#c87a5b;
--sun-s-rage:#a74d39;
}