Color names in this palette
CSS code for this palette
/* CSS */
.philippine-pink {
color: #ff1a8c;
}
.giants-orange {
color: #ff5b1a;
}
.phoenix-flames {
color: #ff9c1a;
}
.happy-yipee {
color: #ffc61a;
}
.mike-wazowski-green {
color: #1aff5b;
}
/* CSS Variables */
:root {
--philippine-pink:#ff1a8c;
--giants-orange:#ff5b1a;
--phoenix-flames:#ff9c1a;
--happy-yipee:#ffc61a;
--mike-wazowski-green:#1aff5b;
}