Color names in this palette
CSS code for this palette
/* CSS */
.fun-and-games {
color: #2e7c9e;
}
.emerald-wave {
color: #4eb7a9;
}
.flowering-cactus {
color: #a1d9c0;
}
.beekeeper {
color: #f9e690;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--fun-and-games:#2e7c9e;
--emerald-wave:#4eb7a9;
--flowering-cactus:#a1d9c0;
--beekeeper:#f9e690;
--honey-wax:#f9a824;
}