Color names in this palette
CSS code for this palette
/* CSS */
.ecstasy {
color: #c9613b;
}
.coppersmith {
color: #d68c3d;
}
.mr-mustard {
color: #e7b85a;
}
.pastel-de-nata {
color: #f1c979;
}
.aspen-yellow {
color: #f4e09f;
}
/* CSS Variables */
:root {
--ecstasy:#c9613b;
--coppersmith:#d68c3d;
--mr-mustard:#e7b85a;
--pastel-de-nata:#f1c979;
--aspen-yellow:#f4e09f;
}