Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.shrimp-toast {
color: #f7c2a1;
}
.venetian-yellow {
color: #f7e6a1;
}
.crystal-apple {
color: #cfe9a0;
}
.light-mint-green {
color: #a2f6b4;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--shrimp-toast:#f7c2a1;
--venetian-yellow:#f7e6a1;
--crystal-apple:#cfe9a0;
--light-mint-green:#a2f6b4;
}