Color names in this palette
CSS code for this palette
/* CSS */
.meteorite {
color: #4c3d6c;
}
.thimble-red {
color: #a15e8d;
}
.apricot-preserves {
color: #efb18f;
}
.yellow-tulip {
color: #f3d26d;
}
.sesame-crunch {
color: #c56a34;
}
/* CSS Variables */
:root {
--meteorite:#4c3d6c;
--thimble-red:#a15e8d;
--apricot-preserves:#efb18f;
--yellow-tulip:#f3d26d;
--sesame-crunch:#c56a34;
}