Color names in this palette
CSS code for this palette
/* CSS */
.aged-purple {
color: #a44c9d;
}
.lotus-red {
color: #d36f7c;
}
.topaz-yellow {
color: #ea9a5d;
}
.marigold-dust {
color: #f4cf3e;
}
.meteorite {
color: #4c3d6c;
}
/* CSS Variables */
:root {
--aged-purple:#a44c9d;
--lotus-red:#d36f7c;
--topaz-yellow:#ea9a5d;
--marigold-dust:#f4cf3e;
--meteorite:#4c3d6c;
}