Color names in this palette
CSS code for this palette
/* CSS */
.plastic-carrot {
color: #f55f24;
}
.sunset-peach {
color: #f7a47e;
}
.autumn-wind {
color: #f9d3b4;
}
.vanilla-frost {
color: #fce9c5;
}
.soft-pillow {
color: #fef5e7;
}
/* CSS Variables */
:root {
--plastic-carrot:#f55f24;
--sunset-peach:#f7a47e;
--autumn-wind:#f9d3b4;
--vanilla-frost:#fce9c5;
--soft-pillow:#fef5e7;
}