Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.fall-gold {
color: #ffbd38;
}
.pac-man {
color: #ffeb38;
}
.tropical-elements {
color: #38ff38;
}
.brilliant-azure {
color: #389cff;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--fall-gold:#ffbd38;
--pac-man:#ffeb38;
--tropical-elements:#38ff38;
--brilliant-azure:#389cff;
}