Color names in this palette
CSS code for this palette
/* CSS */
.bejewelled {
color: #1e9972;
}
.synergy {
color: #4bc3b5;
}
.cold-blue {
color: #89e1d7;
}
.juicy-jackfruit {
color: #f1df3b;
}
.beniukon-bronze {
color: #f87d30;
}
/* CSS Variables */
:root {
--bejewelled:#1e9972;
--synergy:#4bc3b5;
--cold-blue:#89e1d7;
--juicy-jackfruit:#f1df3b;
--beniukon-bronze:#f87d30;
}