Color names in this palette
CSS code for this palette
/* CSS */
.shady-character {
color: #4c4c4d;
}
.lazy-lizard {
color: #9b9b4b;
}
.green-sheen {
color: #d1c84d;
}
.yellow-petal {
color: #f1e64b;
}
.adonis-rose-yellow {
color: #f1c24b;
}
/* CSS Variables */
:root {
--shady-character:#4c4c4d;
--lazy-lizard:#9b9b4b;
--green-sheen:#d1c84d;
--yellow-petal:#f1e64b;
--adonis-rose-yellow:#f1c24b;
}