Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #492c39;
}
.baroque-red {
color: #794e5b;
}
.creamed-caramel {
color: #b59c92;
}
.last-sunlight {
color: #e5b738;
}
.precious-pink {
color: #f9b4b4;
}
/* CSS Variables */
:root {
--ripe-eggplant:#492c39;
--baroque-red:#794e5b;
--creamed-caramel:#b59c92;
--last-sunlight:#e5b738;
--precious-pink:#f9b4b4;
}