Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
.floral-leaf {
color: #ffb84d;
}
.xanthe-yellow {
color: #ffee57;
}
.crystal-green {
color: #a3db76;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--synthetic-pumpkin:#ff7b3d;
--floral-leaf:#ffb84d;
--xanthe-yellow:#ffee57;
--crystal-green:#a3db76;
}