Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9d;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.blue-atoll {
color: #00b0e0;
}
.pastel-green {
color: #7cdb7b;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9d;
--gemini-mustard-momento:#f9a94e;
--blue-atoll:#00b0e0;
--pastel-green:#7cdb7b;
--shocking-orange:#ff6d1f;
}