Color names in this palette
CSS code for this palette
/* CSS */
.spanish-viridian {
color: #00805b;
}
.bejewelled {
color: #2b9c6f;
}
.techno-turquoise {
color: #5fbf8c;
}
.lime-lizard {
color: #a3d55d;
}
.gilded {
color: #f4e04e;
}
/* CSS Variables */
:root {
--spanish-viridian:#00805b;
--bejewelled:#2b9c6f;
--techno-turquoise:#5fbf8c;
--lime-lizard:#a3d55d;
--gilded:#f4e04e;
}