Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f8c149;
}
.brass-mesh {
color: #e2a34b;
}
.fireglow {
color: #d55f3f;
}
.spicy-purple {
color: #b83d6a;
}
.druchii-violet {
color: #7f2a92;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f8c149;
--brass-mesh:#e2a34b;
--fireglow:#d55f3f;
--spicy-purple:#b83d6a;
--druchii-violet:#7f2a92;
}