Color names in this palette
CSS code for this palette
/* CSS */
.greasy-green-beans {
color: #a3b65d;
}
.fiddle-leaf-fig {
color: #a6c879;
}
.lickety-split {
color: #c1d897;
}
.hip-hop {
color: #e5e9a5;
}
.casino-lights {
color: #f8f4b4;
}
/* CSS Variables */
:root {
--greasy-green-beans:#a3b65d;
--fiddle-leaf-fig:#a6c879;
--lickety-split:#c1d897;
--hip-hop:#e5e9a5;
--casino-lights:#f8f4b4;
}