Color names in this palette
CSS code for this palette
/* CSS */
.harbor {
color: #5b8d9a;
}
.sinbad {
color: #a7d7d0;
}
.zappy-zebra {
color: #f1f2f3;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
.fever {
color: #eb4c4c;
}
/* CSS Variables */
:root {
--harbor:#5b8d9a;
--sinbad:#a7d7d0;
--zappy-zebra:#f1f2f3;
--salted-caramel-popcorn:#f9b14e;
--fever:#eb4c4c;
}