Color names in this palette
CSS code for this palette
/* CSS */
.cream-puff {
color: #ffbb99;
}
.mango-orange {
color: #ff8d5c;
}
.carrot {
color: #ff713d;
}
.poppy-surprise {
color: #ff512e;
}
.strawberry-avalanche {
color: #f54d3d;
}
/* CSS Variables */
:root {
--cream-puff:#ffbb99;
--mango-orange:#ff8d5c;
--carrot:#ff713d;
--poppy-surprise:#ff512e;
--strawberry-avalanche:#f54d3d;
}