Color names in this palette
CSS code for this palette
/* CSS */
.toxic-orange {
color: #ff5d38;
}
.indian-saffron {
color: #ff9838;
}
.peeps {
color: #ffcd38;
}
.flirtatious {
color: #ffd738;
}
.fuchsia-fever {
color: #ff5c98;
}
/* CSS Variables */
:root {
--toxic-orange:#ff5d38;
--indian-saffron:#ff9838;
--peeps:#ffcd38;
--flirtatious:#ffd738;
--fuchsia-fever:#ff5c98;
}