Color names in this palette
CSS code for this palette
/* CSS */
.young-green-onion {
color: #a4da4e;
}
.acid-lime {
color: #b6e33b;
}
.lime-fizz {
color: #d5e93f;
}
.blacksmith-fire {
color: #f4ea57;
}
.rubber-ducky {
color: #f7d059;
}
/* CSS Variables */
:root {
--young-green-onion:#a4da4e;
--acid-lime:#b6e33b;
--lime-fizz:#d5e93f;
--blacksmith-fire:#f4ea57;
--rubber-ducky:#f7d059;
}