Color names in this palette
CSS code for this palette
/* CSS */
.american-yellow {
color: #f5b400;
}
.flush-orange {
color: #ff6e00;
}
.flirtatious {
color: #fdd835;
}
.verditer {
color: #00bdad;
}
.sasquatch-socks {
color: #ff4281;
}
/* CSS Variables */
:root {
--american-yellow:#f5b400;
--flush-orange:#ff6e00;
--flirtatious:#fdd835;
--verditer:#00bdad;
--sasquatch-socks:#ff4281;
}