Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.cakepop-sorbet {
color: #f8c749;
}
.vanilla-pudding {
color: #f3e068;
}
.topiary-sculpture {
color: #5d904c;
}
.night-shift {
color: #2b5c6e;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--cakepop-sorbet:#f8c749;
--vanilla-pudding:#f3e068;
--topiary-sculpture:#5d904c;
--night-shift:#2b5c6e;
}