Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.little-sun-dress {
color: #f9c85d;
}
.crystal-green {
color: #a3d97d;
}
.garish-green {
color: #4ebc8c;
}
.scooter {
color: #2b8d9c;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--little-sun-dress:#f9c85d;
--crystal-green:#a3d97d;
--garish-green:#4ebc8c;
--scooter:#2b8d9c;
}