Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.sunset-glow {
color: #ffb62e;
}
.thallium-flame {
color: #4dff7f;
}
.hooloovoo-blue {
color: #3d5aff;
}
.forgotten-purple {
color: #a16fec;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--sunset-glow:#ffb62e;
--thallium-flame:#4dff7f;
--hooloovoo-blue:#3d5aff;
--forgotten-purple:#a16fec;
}