Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.lusty-gallant {
color: #ffcdcc;
}
.tea-green {
color: #d1f0c1;
}
.devil-s-grass {
color: #4cae4f;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--lusty-gallant:#ffcdcc;
--tea-green:#d1f0c1;
--devil-s-grass:#4cae4f;
--white:#ffffff;
}