Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.mango-tango {
color: #ff813d;
}
.paris-daisy {
color: #ffe74d;
}
.biopunk {
color: #79ff4d;
}
.bleuch-tel-blue {
color: #3d8eff;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--mango-tango:#ff813d;
--paris-daisy:#ffe74d;
--biopunk:#79ff4d;
--bleuch-tel-blue:#3d8eff;
}