Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.usc-gold {
color: #ffcc00;
}
.sunny-side-up {
color: #ffd942;
}
.gnocchi-beige {
color: #ffeeb8;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--usc-gold:#ffcc00;
--sunny-side-up:#ffd942;
--gnocchi-beige:#ffeeb8;
--grapefruit-pulp:#ff6e61;
}