Color names in this palette
CSS code for this palette
/* CSS */
.mango-tango {
color: #ff813d;
}
.blazing-bonfire {
color: #ffa333;
}
.corona {
color: #ffb53d;
}
.not-yo-cheese {
color: #ffc02e;
}
.apricot-illusion {
color: #e2c4a6;
}
/* CSS Variables */
:root {
--mango-tango:#ff813d;
--blazing-bonfire:#ffa333;
--corona:#ffb53d;
--not-yo-cheese:#ffc02e;
--apricot-illusion:#e2c4a6;
}