Color names in this palette
CSS code for this palette
/* CSS */
.rambling-green {
color: #5d804d;
}
.french-market {
color: #a3c9a1;
}
.cr-me-de-la-cr-me {
color: #f1e7b6;
}
.mesa-rose {
color: #f1b6b1;
}
.lipstick-illusion {
color: #d46e6f;
}
/* CSS Variables */
:root {
--rambling-green:#5d804d;
--french-market:#a3c9a1;
--cr-me-de-la-cr-me:#f1e7b6;
--mesa-rose:#f1b6b1;
--lipstick-illusion:#d46e6f;
}