Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.energy-orange {
color: #ff8f33;
}
.marigold-dust {
color: #f3cf3f;
}
.lime-lizard {
color: #a3d55d;
}
.squeaky {
color: #6fc3d8;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--energy-orange:#ff8f33;
--marigold-dust:#f3cf3f;
--lime-lizard:#a3d55d;
--squeaky:#6fc3d8;
}