Color names in this palette
CSS code for this palette
/* CSS */
.rubber-ducky {
color: #f7d059;
}
.doughnut {
color: #f1a15b;
}
.sizzling-sunset {
color: #ef7e4d;
}
.sohi-red {
color: #e75b3c;
}
.poinciana {
color: #d73628;
}
/* CSS Variables */
:root {
--rubber-ducky:#f7d059;
--doughnut:#f1a15b;
--sizzling-sunset:#ef7e4d;
--sohi-red:#e75b3c;
--poinciana:#d73628;
}