Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.absolute-apricot {
color: #ff9a42;
}
.casandora-yellow {
color: #ffce5c;
}
.lime-lizard {
color: #a3d55d;
}
.greenway {
color: #3b9b7d;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--absolute-apricot:#ff9a42;
--casandora-yellow:#ffce5c;
--lime-lizard:#a3d55d;
--greenway:#3b9b7d;
}