Color names in this palette
CSS code for this palette
/* CSS */
.cool-aloe {
color: #a9d9a0;
}
.mint-parfait {
color: #baedba;
}
.friendly-yellow {
color: #f5e2b2;
}
.squash-blossom {
color: #f6b83c;
}
.orangealicious {
color: #f2590d;
}
/* CSS Variables */
:root {
--cool-aloe:#a9d9a0;
--mint-parfait:#baedba;
--friendly-yellow:#f5e2b2;
--squash-blossom:#f6b83c;
--orangealicious:#f2590d;
}