Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d6612e;
}
.lush-honeycomb {
color: #f9a71a;
}
.lighthouse-glow {
color: #f9d467;
}
.green-gooseberry {
color: #b0df9f;
}
.garish-green {
color: #4ebc8c;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d6612e;
--lush-honeycomb:#f9a71a;
--lighthouse-glow:#f9d467;
--green-gooseberry:#b0df9f;
--garish-green:#4ebc8c;
}