Color names in this palette
CSS code for this palette
/* CSS */
.salt-lake {
color: #6fc5d3;
}
.lime-lizard {
color: #a3d55d;
}
.golden-snitch {
color: #f0e04c;
}
.troll-slayer-orange {
color: #f7a64a;
}
.calypso-red {
color: #e06767;
}
/* CSS Variables */
:root {
--salt-lake:#6fc5d3;
--lime-lizard:#a3d55d;
--golden-snitch:#f0e04c;
--troll-slayer-orange:#f7a64a;
--calypso-red:#e06767;
}