Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e1b2;
}
.dusty-boots {
color: #f3c18c;
}
.doughnut {
color: #f09e56;
}
.sohi-red {
color: #e45e3a;
}
.lucky-lobster {
color: #ce3527;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e1b2;
--dusty-boots:#f3c18c;
--doughnut:#f09e56;
--sohi-red:#e45e3a;
--lucky-lobster:#ce3527;
}