Color names in this palette
CSS code for this palette
/* CSS */
.malted-mint-madness {
color: #1fdbb2;
}
.popcorn {
color: #f8d37c;
}
.apricot-jam {
color: #f2a76e;
}
.opulent-orange {
color: #f06542;
}
.fire-island {
color: #d75333;
}
/* CSS Variables */
:root {
--malted-mint-madness:#1fdbb2;
--popcorn:#f8d37c;
--apricot-jam:#f2a76e;
--opulent-orange:#f06542;
--fire-island:#d75333;
}