Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f5c2cf;
}
.squid-pink {
color: #f7b6bf;
}
.orange-grove {
color: #fbaf89;
}
.sunspark {
color: #fbcb65;
}
.tinker-light {
color: #fceeb6;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f5c2cf;
--squid-pink:#f7b6bf;
--orange-grove:#fbaf89;
--sunspark:#fbcb65;
--tinker-light:#fceeb6;
}