Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.troll-slayer-orange {
color: #f6a64c;
}
.troll-slayer-orange {
color: #f3a34f;
}
.peach-damask {
color: #f6c5a7;
}
.calabrese {
color: #f4a4a4;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--troll-slayer-orange:#f6a64c;
--troll-slayer-orange:#f3a34f;
--peach-damask:#f6c5a7;
--calabrese:#f4a4a4;
}