Color names in this palette
CSS code for this palette
/* CSS */
.liseran-purple {
color: #d76a9d;
}
.japanese-coral {
color: #c57c8c;
}
.nearly-brown {
color: #a68c77;
}
.pesto-genovese {
color: #9dbc49;
}
.golf-day {
color: #5c8d3f;
}
/* CSS Variables */
:root {
--liseran-purple:#d76a9d;
--japanese-coral:#c57c8c;
--nearly-brown:#a68c77;
--pesto-genovese:#9dbc49;
--golf-day:#5c8d3f;
}