Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a3;
}
.limon {
color: #f8e972;
}
.minted-elegance {
color: #69c9a3;
}
.night-in-manchester {
color: #4051b5;
}
.soft-purple {
color: #a569b0;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a3;
--limon:#f8e972;
--minted-elegance:#69c9a3;
--night-in-manchester:#4051b5;
--soft-purple:#a569b0;
}