Color names in this palette
CSS code for this palette
/* CSS */
.ripe-eggplant {
color: #4a2b39;
}
.nocturne-red {
color: #7c4b58;
}
.keepsake-rose {
color: #b18694;
}
.monroe-kiss {
color: #dfc0b9;
}
.venetian-yellow {
color: #f7e1a1;
}
/* CSS Variables */
:root {
--ripe-eggplant:#4a2b39;
--nocturne-red:#7c4b58;
--keepsake-rose:#b18694;
--monroe-kiss:#dfc0b9;
--venetian-yellow:#f7e1a1;
}