Color names in this palette
CSS code for this palette
/* CSS */
.peach-damask {
color: #f7c5a6;
}
.flash-in-the-pan {
color: #ff9a75;
}
.n-rang-orange {
color: #ff8052;
}
.phaser-beam {
color: #ff4d00;
}
.kaihau-express {
color: #d14900;
}
/* CSS Variables */
:root {
--peach-damask:#f7c5a6;
--flash-in-the-pan:#ff9a75;
--n-rang-orange:#ff8052;
--phaser-beam:#ff4d00;
--kaihau-express:#d14900;
}