Color names in this palette
CSS code for this palette
/* CSS */
.rubber-ducky {
color: #f7d059;
}
.plastic-carrot {
color: #f45b1f;
}
.self-love {
color: #d22d6f;
}
.genestealer-purple {
color: #7662a7;
}
.meristem {
color: #a6e2d0;
}
/* CSS Variables */
:root {
--rubber-ducky:#f7d059;
--plastic-carrot:#f45b1f;
--self-love:#d22d6f;
--genestealer-purple:#7662a7;
--meristem:#a6e2d0;
}