Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f6df60;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.s-l-i-orange {
color: #f98348;
}
.persimmon-orange {
color: #f3712b;
}
.poinciana {
color: #d8342c;
}
/* CSS Variables */
:root {
--dilly-dally:#f6df60;
--creamy-sweet-corn:#f9c54e;
--s-l-i-orange:#f98348;
--persimmon-orange:#f3712b;
--poinciana:#d8342c;
}