Color names in this palette
CSS code for this palette
/* CSS */
.golden-marguerite {
color: #f9cf39;
}
.welcoming-wasp {
color: #f0a800;
}
.hotter-butter {
color: #e68a00;
}
.orange-danger {
color: #d66b00;
}
.crustose-lichen {
color: #c24e00;
}
/* CSS Variables */
:root {
--golden-marguerite:#f9cf39;
--welcoming-wasp:#f0a800;
--hotter-butter:#e68a00;
--orange-danger:#d66b00;
--crustose-lichen:#c24e00;
}