Color names in this palette
CSS code for this palette
/* CSS */
.pallid-orange {
color: #f9b79f;
}
.aspen-yellow {
color: #f8e0a0;
}
.marigold-dust {
color: #f4cf3e;
}
.conifer {
color: #b0d94a;
}
.peppermint-fresh {
color: #69bf9b;
}
/* CSS Variables */
:root {
--pallid-orange:#f9b79f;
--aspen-yellow:#f8e0a0;
--marigold-dust:#f4cf3e;
--conifer:#b0d94a;
--peppermint-fresh:#69bf9b;
}