Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a3a1;
}
.peach-temptation {
color: #f1c4b1;
}
.calla {
color: #f1e0b6;
}
.frugal {
color: #a6d8b4;
}
.lagoona-teal {
color: #76c4d5;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a3a1;
--peach-temptation:#f1c4b1;
--calla:#f1e0b6;
--frugal:#a6d8b4;
--lagoona-teal:#76c4d5;
}