Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.extreme-carrot {
color: #ff6d2e;
}
.mock-orange {
color: #ff9b61;
}
.hint-of-honey {
color: #ffd86b;
}
.creamy-lemon {
color: #fff1b3;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--extreme-carrot:#ff6d2e;
--mock-orange:#ff9b61;
--hint-of-honey:#ffd86b;
--creamy-lemon:#fff1b3;
}