Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.lemon-bundt-cake {
color: #fff59e;
}
.mint-macaron {
color: #b1eaf2;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--lemon-bundt-cake:#fff59e;
--mint-macaron:#b1eaf2;
--sasquatch-socks:#ff4281;
}