Color names in this palette
CSS code for this palette
/* CSS */
.mr-krabs {
color: #d73f28;
}
.scrofulous-brown {
color: #d9a13f;
}
.pistachio-green {
color: #a7d69f;
}
.bachelor-button {
color: #49b7d0;
}
.cadmium-violet {
color: #7d3f97;
}
/* CSS Variables */
:root {
--mr-krabs:#d73f28;
--scrofulous-brown:#d9a13f;
--pistachio-green:#a7d69f;
--bachelor-button:#49b7d0;
--cadmium-violet:#7d3f97;
}