Color names in this palette
CSS code for this palette
/* CSS */
.peanut-butter-chicken {
color: #ffb861;
}
.flaming-cauldron {
color: #f7a173;
}
.animated-coral {
color: #f2917d;
}
.redstone {
color: #e06c6e;
}
.cranberry-splash {
color: #da4e68;
}
/* CSS Variables */
:root {
--peanut-butter-chicken:#ffb861;
--flaming-cauldron:#f7a173;
--animated-coral:#f2917d;
--redstone:#e06c6e;
--cranberry-splash:#da4e68;
}