Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.noodles {
color: #f9e2b4;
}
.welcoming-wasp {
color: #f0a800;
}
.phaser-beam {
color: #ff4d00;
}
.amaranth-pink {
color: #f69dbc;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--noodles:#f9e2b4;
--welcoming-wasp:#f0a800;
--phaser-beam:#ff4d00;
--amaranth-pink:#f69dbc;
}