Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.squash-blossom {
color: #f6b83c;
}
.bright-delight {
color: #cf5c2a;
}
.think-pink {
color: #e5a4c2;
}
.emily {
color: #aad0e4;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--squash-blossom:#f6b83c;
--bright-delight:#cf5c2a;
--think-pink:#e5a4c2;
--emily:#aad0e4;
}