Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.troll-slayer-orange {
color: #f6a64c;
}
.indian-paintbrush {
color: #f69c60;
}
.indian-dance {
color: #f69074;
}
.rose-cheeks {
color: #f6748c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--troll-slayer-orange:#f6a64c;
--indian-paintbrush:#f69c60;
--indian-dance:#f69074;
--rose-cheeks:#f6748c;
}