Color names in this palette
CSS code for this palette
/* CSS */
.smashed-pumpkin {
color: #ff6a3d;
}
.radiation-carrot {
color: #ffa142;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.peach-cr-me-br-l-e {
color: #ffe09e;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
/* CSS Variables */
:root {
--smashed-pumpkin:#ff6a3d;
--radiation-carrot:#ffa142;
--peanut-butter-chicken:#ffb65c;
--peach-cr-me-br-l-e:#ffe09e;
--vanilla-ice-cream:#ffe7b3;
}