Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.just-peachy {
color: #f8c572;
}
.storm-lightning {
color: #f9e79f;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.star-grass {
color: #75d7c3;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--just-peachy:#f8c572;
--storm-lightning:#f9e79f;
--touch-of-turquoise:#a2d7cf;
--star-grass:#75d7c3;
}