Color names in this palette
CSS code for this palette
/* CSS */
.self-love {
color: #c92c6d;
}
.marigold-dust {
color: #f7ce3b;
}
.blue-heaven {
color: #5b7f9a;
}
.hot-coral {
color: #f35d58;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--self-love:#c92c6d;
--marigold-dust:#f7ce3b;
--blue-heaven:#5b7f9a;
--hot-coral:#f35d58;
--lime-lizard:#a3d55d;
}