Color names in this palette
CSS code for this palette
/* CSS */
.field-poppy {
color: #d7703c;
}
.butter-cream {
color: #f1b041;
}
.yellow-tulip {
color: #f2cf6e;
}
.cheeky-chestnut {
color: #7b4d3d;
}
.orangeville {
color: #e66b5b;
}
/* CSS Variables */
:root {
--field-poppy:#d7703c;
--butter-cream:#f1b041;
--yellow-tulip:#f2cf6e;
--cheeky-chestnut:#7b4d3d;
--orangeville:#e66b5b;
}