Color names in this palette
CSS code for this palette
/* CSS */
.druchii-violet {
color: #7f2b91;
}
.tulip-red {
color: #b95070;
}
.welcoming-wasp {
color: #f0a800;
}
.fiji-palm {
color: #4f8d3a;
}
.oceanic-motion {
color: #1c5d7d;
}
/* CSS Variables */
:root {
--druchii-violet:#7f2b91;
--tulip-red:#b95070;
--welcoming-wasp:#f0a800;
--fiji-palm:#4f8d3a;
--oceanic-motion:#1c5d7d;
}