Color names in this palette
CSS code for this palette
/* CSS */
.hello-summer {
color: #5abbf6;
}
.sundance {
color: #f9c56c;
}
.lightning-yellow {
color: #f69e31;
}
.spiced-coral {
color: #d25656;
}
.true-purple {
color: #6a2d8f;
}
/* CSS Variables */
:root {
--hello-summer:#5abbf6;
--sundance:#f9c56c;
--lightning-yellow:#f69e31;
--spiced-coral:#d25656;
--true-purple:#6a2d8f;
}