Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.just-peachy {
color: #f8c572;
}
.aqua-bay {
color: #b7e1c8;
}
.star-grass {
color: #75d7c3;
}
.sanctuary-spa {
color: #5faee3;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--just-peachy:#f8c572;
--aqua-bay:#b7e1c8;
--star-grass:#75d7c3;
--sanctuary-spa:#5faee3;
}