Color names in this palette
CSS code for this palette
/* CSS */
.oxford-blue {
color: #002147;
}
.sell-gold {
color: #d4b15e;
}
.woven-raffia {
color: #f2dfc0;
}
.gladiator-leather {
color: #a85e3e;
}
.princess-pink {
color: #e0b5b2;
}
/* CSS Variables */
:root {
--oxford-blue:#002147;
--sell-gold:#d4b15e;
--woven-raffia:#f2dfc0;
--gladiator-leather:#a85e3e;
--princess-pink:#e0b5b2;
}