Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.bicycle-yellow {
color: #fde68b;
}
.maximum-green-yellow {
color: #d3e156;
}
.lilliputian-lime {
color: #7fd959;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--creamy-sweet-corn:#f9c54e;
--bicycle-yellow:#fde68b;
--maximum-green-yellow:#d3e156;
--lilliputian-lime:#7fd959;
}