Color names in this palette
CSS code for this palette
/* CSS */
.self-love {
color: #c92c6d;
}
.purple-cactus-flower {
color: #a93d90;
}
.giant-onion {
color: #6b5b9f;
}
.boat-house {
color: #4e8ebc;
}
.magical-malachite {
color: #2acb8b;
}
/* CSS Variables */
:root {
--self-love:#c92c6d;
--purple-cactus-flower:#a93d90;
--giant-onion:#6b5b9f;
--boat-house:#4e8ebc;
--magical-malachite:#2acb8b;
}