Color names in this palette
CSS code for this palette
/* CSS */
.cyberpink {
color: #ff1f78;
}
.stellar-strawberry {
color: #ff5c8d;
}
.pink-dream {
color: #ff9ea1;
}
.ucla-gold {
color: #ffb300;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--cyberpink:#ff1f78;
--stellar-strawberry:#ff5c8d;
--pink-dream:#ff9ea1;
--ucla-gold:#ffb300;
--soviet-gold:#ffd900;
}