Color names in this palette
CSS code for this palette
/* CSS */
.pink-blush {
color: #f3aab5;
}
.pompelmo {
color: #ff6b6b;
}
.yellow-jacket {
color: #ffc83d;
}
.zeus-purple {
color: #690571;
}
.ucla-gold {
color: #ffb300;
}
/* CSS Variables */
:root {
--pink-blush:#f3aab5;
--pompelmo:#ff6b6b;
--yellow-jacket:#ffc83d;
--zeus-purple:#690571;
--ucla-gold:#ffb300;
}