Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.flush-orange {
color: #ff6e00;
}
.hollandaise {
color: #ffec3d;
}
.maldives {
color: #00bdd6;
}
.mellow-melon {
color: #e92063;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--flush-orange:#ff6e00;
--hollandaise:#ffec3d;
--maldives:#00bdd6;
--mellow-melon:#e92063;
}