Color names in this palette
CSS code for this palette
/* CSS */
.aspen-yellow {
color: #f7e0a1;
}
.golden-glam {
color: #f4b943;
}
.carnival {
color: #ed8c2c;
}
.swiss-chard {
color: #e2606d;
}
.mulberry-yogurt {
color: #c94f90;
}
/* CSS Variables */
:root {
--aspen-yellow:#f7e0a1;
--golden-glam:#f4b943;
--carnival:#ed8c2c;
--swiss-chard:#e2606d;
--mulberry-yogurt:#c94f90;
}