Color names in this palette
CSS code for this palette
/* CSS */
.citrus-surge {
color: #8bc34b;
}
.tropic-turquoise {
color: #68b1a1;
}
.vibrant {
color: #ffd54d;
}
.protein-high {
color: #ff8a66;
}
.khmer-curry {
color: #ef5552;
}
/* CSS Variables */
:root {
--citrus-surge:#8bc34b;
--tropic-turquoise:#68b1a1;
--vibrant:#ffd54d;
--protein-high:#ff8a66;
--khmer-curry:#ef5552;
}