Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.sun-crete {
color: #ff8c00;
}
.banana-boat {
color: #ffca38;
}
.c64-ntsc {
color: #4d7dfe;
}
.meteorite {
color: #4a3c6d;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--sun-crete:#ff8c00;
--banana-boat:#ffca38;
--c64-ntsc:#4d7dfe;
--meteorite:#4a3c6d;
}