Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.forsythia {
color: #ffc800;
}
.peppy-pineapple {
color: #fffc47;
}
.thallium-flame {
color: #4dff7c;
}
.capri {
color: #00bfff;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--forsythia:#ffc800;
--peppy-pineapple:#fffc47;
--thallium-flame:#4dff7c;
--capri:#00bfff;
}