Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9d;
}
.macaroni-and-cheese {
color: #ffb87a;
}
.moldy-ochre {
color: #d6a400;
}
.black-oak {
color: #4f4f4f;
}
.blue-rose {
color: #2b2b73;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9d;
--macaroni-and-cheese:#ffb87a;
--moldy-ochre:#d6a400;
--black-oak:#4f4f4f;
--blue-rose:#2b2b73;
}