Color names in this palette
CSS code for this palette
/* CSS */
.cheesus {
color: #ffca75;
}
.five-star {
color: #ffac4d;
}
.orange-avant-garde {
color: #ff8a24;
}
.flush-orange {
color: #ff6e00;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--cheesus:#ffca75;
--five-star:#ffac4d;
--orange-avant-garde:#ff8a24;
--flush-orange:#ff6e00;
--phaser-beam:#ff4d00;
}