Color names in this palette
CSS code for this palette
/* CSS */
.feijoa {
color: #a4d788;
}
.golden-blonde {
color: #f1e07e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.durotar-fire {
color: #f15a27;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--feijoa:#a4d788;
--golden-blonde:#f1e07e;
--gemini-mustard-momento:#f9a94e;
--durotar-fire:#f15a27;
--mandarin-red:#e74d3c;
}