Color names in this palette
CSS code for this palette
/* CSS */
.extreme-carrot {
color: #ff6d2e;
}
.exotic-blossom {
color: #ff9e42;
}
.vintage-orange {
color: #ffb05c;
}
.equatorial {
color: #ffce85;
}
.old-yella {
color: #ffeb99;
}
/* CSS Variables */
:root {
--extreme-carrot:#ff6d2e;
--exotic-blossom:#ff9e42;
--vintage-orange:#ffb05c;
--equatorial:#ffce85;
--old-yella:#ffeb99;
}