Color names in this palette
CSS code for this palette
/* CSS */
.pale-peach {
color: #fee6ae;
}
.sunday-afternoon {
color: #f6c479;
}
.troll-slayer-orange {
color: #f3a14f;
}
.turmeric-tea {
color: #d88b2c;
}
.buckthorn-brown {
color: #a96f19;
}
/* CSS Variables */
:root {
--pale-peach:#fee6ae;
--sunday-afternoon:#f6c479;
--troll-slayer-orange:#f3a14f;
--turmeric-tea:#d88b2c;
--buckthorn-brown:#a96f19;
}