Color names in this palette
CSS code for this palette
/* CSS */
.phaser-beam {
color: #ff4d00;
}
.heat-wave {
color: #ff7b00;
}
.ucla-gold {
color: #ffb300;
}
.forsythia {
color: #ffc800;
}
.chartreuse-shot {
color: #d6d600;
}
/* CSS Variables */
:root {
--phaser-beam:#ff4d00;
--heat-wave:#ff7b00;
--ucla-gold:#ffb300;
--forsythia:#ffc800;
--chartreuse-shot:#d6d600;
}