Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a4a1;
}
.straw-hat {
color: #f1d6a7;
}
.optimistic-yellow {
color: #f4e1a4;
}
.crystal-apple {
color: #cfe9a0;
}
.crystal {
color: #a4d7df;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a4a1;
--straw-hat:#f1d6a7;
--optimistic-yellow:#f4e1a4;
--crystal-apple:#cfe9a0;
--crystal:#a4d7df;
}