Color names in this palette
CSS code for this palette
/* CSS */
.thistle {
color: #d8c0d8;
}
.light-orchid {
color: #e6a8d6;
}
.sullivan-s-heart {
color: #f7c5d5;
}
.golden-glow {
color: #fbd87e;
}
.troll-slayer-orange {
color: #f0a14c;
}
/* CSS Variables */
:root {
--thistle:#d8c0d8;
--light-orchid:#e6a8d6;
--sullivan-s-heart:#f7c5d5;
--golden-glow:#fbd87e;
--troll-slayer-orange:#f0a14c;
}