Color names in this palette
CSS code for this palette
/* CSS */
.tirisfal-lime {
color: #7cdb3d;
}
.grape-green {
color: #a8e1a3;
}
.lasting-thoughts {
color: #d0e8b0;
}
.yippie-ya-yellow {
color: #f9f69f;
}
.shrimp-toast {
color: #f9c69f;
}
/* CSS Variables */
:root {
--tirisfal-lime:#7cdb3d;
--grape-green:#a8e1a3;
--lasting-thoughts:#d0e8b0;
--yippie-ya-yellow:#f9f69f;
--shrimp-toast:#f9c69f;
}