Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.jemima {
color: #f5d67f;
}
.lime-lizard {
color: #a3d55d;
}
.clean-pool {
color: #4fb8e8;
}
.pastel-strawberry {
color: #ef524d;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--jemima:#f5d67f;
--lime-lizard:#a3d55d;
--clean-pool:#4fb8e8;
--pastel-strawberry:#ef524d;
}