Color names in this palette
CSS code for this palette
/* CSS */
.bitter-dandelion {
color: #6bbf3b;
}
.bilious-green {
color: #a8d56d;
}
.fandangle {
color: #e1e85e;
}
.golden-opportunity {
color: #f9c16c;
}
.ginger-milk {
color: #f6a051;
}
/* CSS Variables */
:root {
--bitter-dandelion:#6bbf3b;
--bilious-green:#a8d56d;
--fandangle:#e1e85e;
--golden-opportunity:#f9c16c;
--ginger-milk:#f6a051;
}