Color names in this palette
CSS code for this palette
/* CSS */
.sweet-potato {
color: #d87a3b;
}
.troll-slayer-orange {
color: #f3a14f;
}
.just-peachy {
color: #f8c372;
}
.woven-raffia {
color: #f0e1c1;
}
.pinky-pickle {
color: #b86b8c;
}
/* CSS Variables */
:root {
--sweet-potato:#d87a3b;
--troll-slayer-orange:#f3a14f;
--just-peachy:#f8c372;
--woven-raffia:#f0e1c1;
--pinky-pickle:#b86b8c;
}