Color names in this palette
CSS code for this palette
/* CSS */
.common-dandelion {
color: #fed85d;
}
.pineapple-juice {
color: #f6e779;
}
.straw {
color: #e5d76c;
}
.parachute {
color: #c4b94f;
}
.machine-green {
color: #a29f39;
}
/* CSS Variables */
:root {
--common-dandelion:#fed85d;
--pineapple-juice:#f6e779;
--straw:#e5d76c;
--parachute:#c4b94f;
--machine-green:#a29f39;
}