Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c62a2a;
}
.sweet-potato {
color: #d67d3d;
}
.hawker-s-gold {
color: #f2c26e;
}
.gold-sand {
color: #f7e7a6;
}
.bright-eggplant {
color: #5b4b8b;
}
/* CSS Variables */
:root {
--peri-peri:#c62a2a;
--sweet-potato:#d67d3d;
--hawker-s-gold:#f2c26e;
--gold-sand:#f7e7a6;
--bright-eggplant:#5b4b8b;
}