Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.floral-leaf {
color: #ffb84d;
}
.spirited-yellow {
color: #ffdc85;
}
.move-mint {
color: #4dffc3;
}
.pool-water {
color: #2e8cff;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--floral-leaf:#ffb84d;
--spirited-yellow:#ffdc85;
--move-mint:#4dffc3;
--pool-water:#2e8cff;
}