Color names in this palette
CSS code for this palette
/* CSS */
.rokush-green {
color: #3e7a50;
}
.exhilarating-green {
color: #7fc783;
}
.sand-yellow {
color: #fff170;
}
.mango {
color: #ffa229;
}
.mousse-aux-pruneaux {
color: #e4c9f8;
}
/* CSS Variables */
:root {
--rokush-green:#3e7a50;
--exhilarating-green:#7fc783;
--sand-yellow:#fff170;
--mango:#ffa229;
--mousse-aux-pruneaux:#e4c9f8;
}