Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f5b638;
}
.rubber-ducky {
color: #f7d059;
}
.tropical-light {
color: #a1d86e;
}
.sail-away {
color: #4cb4e1;
}
.aurora-orange {
color: #ef703e;
}
/* CSS Variables */
:root {
--squash-blossom:#f5b638;
--rubber-ducky:#f7d059;
--tropical-light:#a1d86e;
--sail-away:#4cb4e1;
--aurora-orange:#ef703e;
}