Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.frugal {
color: #a4dab1;
}
.sanctuary-spa {
color: #5faee3;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--frugal:#a4dab1;
--sanctuary-spa:#5faee3;
}