Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d82;
}
.kanz-orange {
color: #ff8e3d;
}
.yellow-jacket {
color: #ffcb3d;
}
.everest {
color: #a1e2e0;
}
.oregon-blue {
color: #498ada;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d82;
--kanz-orange:#ff8e3d;
--yellow-jacket:#ffcb3d;
--everest:#a1e2e0;
--oregon-blue:#498ada;
}