Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.firelight {
color: #f8d97c;
}
.yippie-ya-yellow {
color: #f6f49d;
}
.basil-smash {
color: #b7e0a3;
}
.water-flow {
color: #78c2d9;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--firelight:#f8d97c;
--yippie-ya-yellow:#f6f49d;
--basil-smash:#b7e0a3;
--water-flow:#78c2d9;
}