Color names in this palette
CSS code for this palette
/* CSS */
.artful-red {
color: #b30000;
}
.phaser-beam {
color: #ff4d00;
}
.vitamin-c {
color: #ff9900;
}
.soviet-gold {
color: #ffd900;
}
.tennis-ball {
color: #deff4d;
}
/* CSS Variables */
:root {
--artful-red:#b30000;
--phaser-beam:#ff4d00;
--vitamin-c:#ff9900;
--soviet-gold:#ffd900;
--tennis-ball:#deff4d;
}