Color names in this palette
CSS code for this palette
/* CSS */
.beer-garden {
color: #4a9d2a;
}
.lilliputian-lime {
color: #7edd4b;
}
.pisco-sour {
color: #b4e67a;
}
.yellow-chalk {
color: #f6f6b1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--beer-garden:#4a9d2a;
--lilliputian-lime:#7edd4b;
--pisco-sour:#b4e67a;
--yellow-chalk:#f6f6b1;
--creamy-sweet-corn:#f9c54e;
}