Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.sasquatch-socks {
color: #ff4281;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--sasquatch-socks:#ff4281;
--blush-hour:#ff7092;
}