Color names in this palette
CSS code for this palette
/* CSS */
.light-sky-babe {
color: #9fd2df;
}
.cheater {
color: #f2b05a;
}
.squash-blossom {
color: #f6b83c;
}
.cute-crab {
color: #d84141;
}
.indiviolet-sunset {
color: #690dab;
}
/* CSS Variables */
:root {
--light-sky-babe:#9fd2df;
--cheater:#f2b05a;
--squash-blossom:#f6b83c;
--cute-crab:#d84141;
--indiviolet-sunset:#690dab;
}