Color names in this palette
CSS code for this palette
/* CSS */
.apocalyptic-orange {
color: #f76d1d;
}
.ucla-gold {
color: #ffb300;
}
.sunny-side-up {
color: #ffd942;
}
.thor-s-thunder {
color: #4dc9ff;
}
.navy-seal {
color: #1e3b8a;
}
/* CSS Variables */
:root {
--apocalyptic-orange:#f76d1d;
--ucla-gold:#ffb300;
--sunny-side-up:#ffd942;
--thor-s-thunder:#4dc9ff;
--navy-seal:#1e3b8a;
}