Color names in this palette
CSS code for this palette
/* CSS */
.dilly-dally {
color: #f6df60;
}
.finger-banana {
color: #dac22b;
}
.romaine-green {
color: #a88c00;
}
.blackfire-earth {
color: #7a5c00;
}
.roman-bronze-coin {
color: #4d3d00;
}
/* CSS Variables */
:root {
--dilly-dally:#f6df60;
--finger-banana:#dac22b;
--romaine-green:#a88c00;
--blackfire-earth:#7a5c00;
--roman-bronze-coin:#4d3d00;
}