Color names in this palette
CSS code for this palette
/* CSS */
.strawberry {
color: #ff293b;
}
.orange-pi-ata {
color: #ff6a14;
}
.ucla-gold {
color: #ffb300;
}
.classic-green {
color: #3ebb55;
}
.blue-ribbon {
color: #0066ff;
}
/* CSS Variables */
:root {
--strawberry:#ff293b;
--orange-pi-ata:#ff6a14;
--ucla-gold:#ffb300;
--classic-green:#3ebb55;
--blue-ribbon:#0066ff;
}