Color names in this palette
CSS code for this palette
/* CSS */
.orange-you-glad {
color: #ffa805;
}
.caroling-candlelight {
color: #ffba52;
}
.peach-of-mind {
color: #ffe3b3;
}
.burning-orange {
color: #ff7024;
}
.ancient-bamboo {
color: #db5f00;
}
/* CSS Variables */
:root {
--orange-you-glad:#ffa805;
--caroling-candlelight:#ffba52;
--peach-of-mind:#ffe3b3;
--burning-orange:#ff7024;
--ancient-bamboo:#db5f00;
}