Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a6d9a9;
}
.almost-aloe {
color: #c3e3b0;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.riviera-rose {
color: #f6b0a7;
}
.momo-peach {
color: #f6797c;
}
/* CSS Variables */
:root {
--green-trance:#a6d9a9;
--almost-aloe:#c3e3b0;
--cr-me-de-la-cr-me:#f3e8b4;
--riviera-rose:#f6b0a7;
--momo-peach:#f6797c;
}