Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.verditer {
color: #00b3aa;
}
.malibu-blue {
color: #00a8d6;
}
.ruthless-empress {
color: #5e3b9b;
}
.hot-sun {
color: #f3ba2b;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--verditer:#00b3aa;
--malibu-blue:#00a8d6;
--ruthless-empress:#5e3b9b;
--hot-sun:#f3ba2b;
}