Color names in this palette
CSS code for this palette
/* CSS */
.gorse {
color: #f9e639;
}
.maximum-yellow-red {
color: #f1b74b;
}
.doughnut {
color: #f09e56;
}
.orangeville {
color: #e66c5c;
}
.top-tomato {
color: #d04339;
}
/* CSS Variables */
:root {
--gorse:#f9e639;
--maximum-yellow-red:#f1b74b;
--doughnut:#f09e56;
--orangeville:#e66c5c;
--top-tomato:#d04339;
}