Color names in this palette
CSS code for this palette
/* CSS */
.moth-orchid {
color: #d60571;
}
.burning-orange {
color: #ff7024;
}
.fire-yellow {
color: #ffb60a;
}
.hollandaise {
color: #ffec42;
}
.chlorella-green {
color: #4fb052;
}
/* CSS Variables */
:root {
--moth-orchid:#d60571;
--burning-orange:#ff7024;
--fire-yellow:#ffb60a;
--hollandaise:#ffec42;
--chlorella-green:#4fb052;
}