Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.fall-gold {
color: #ffbd38;
}
.pac-man {
color: #ffeb38;
}
.eva-green {
color: #38f0a0;
}
.dodger-blue {
color: #388bff;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--fall-gold:#ffbd38;
--pac-man:#ffeb38;
--eva-green:#38f0a0;
--dodger-blue:#388bff;
}