Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a4;
}
.fresh-peaches {
color: #f8b98b;
}
.sandy {
color: #f1d87e;
}
.nature-s-delight {
color: #a6d68f;
}
.mystic-blue {
color: #4da9d1;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a4;
--fresh-peaches:#f8b98b;
--sandy:#f1d87e;
--nature-s-delight:#a6d68f;
--mystic-blue:#4da9d1;
}