Color names in this palette
CSS code for this palette
/* CSS */
.peach-orange {
color: #ffcc99;
}
.larch-bolete {
color: #ffac75;
}
.mango-orange {
color: #ff8d5c;
}
.carrot {
color: #ff713d;
}
.flame-angelfish {
color: #ff4c29;
}
/* CSS Variables */
:root {
--peach-orange:#ffcc99;
--larch-bolete:#ffac75;
--mango-orange:#ff8d5c;
--carrot:#ff713d;
--flame-angelfish:#ff4c29;
}