Color names in this palette
CSS code for this palette
/* CSS */
.flan {
color: #f6e2b6;
}
.peach-pearl {
color: #ffb4a3;
}
.n-rang-orange {
color: #ff8052;
}
.orange-soda {
color: #ff5e3d;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--flan:#f6e2b6;
--peach-pearl:#ffb4a3;
--n-rang-orange:#ff8052;
--orange-soda:#ff5e3d;
--phaser-beam:#ff4d00;
}