Color names in this palette
CSS code for this palette
/* CSS */
.sizzling-red {
color: #ff3d5a;
}
.beniukon-bronze {
color: #ff7e38;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
.porpita-porpita {
color: #2c91c3;
}
/* CSS Variables */
:root {
--sizzling-red:#ff3d5a;
--beniukon-bronze:#ff7e38;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
--porpita-porpita:#2c91c3;
}