Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d95d30;
}
.mad-for-mango {
color: #f5a300;
}
.sun-shower {
color: #ffde70;
}
.lime-lizard {
color: #a5d65c;
}
.greenbrier {
color: #4ba06e;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d95d30;
--mad-for-mango:#f5a300;
--sun-shower:#ffde70;
--lime-lizard:#a5d65c;
--greenbrier:#4ba06e;
}