Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.carrot {
color: #ff713d;
}
.pink-orange {
color: #ff8f66;
}
.prairie-sunset {
color: #ffb399;
}
.lumber {
color: #ffe5cc;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--carrot:#ff713d;
--pink-orange:#ff8f66;
--prairie-sunset:#ffb399;
--lumber:#ffe5cc;
}