Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.neighborly-peach {
color: #f6c2a2;
}
.cymophane-yellow {
color: #f3e5a5;
}
.ganon-blue {
color: #a2e5f6;
}
.frosted-hills {
color: #a2f6a2;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--neighborly-peach:#f6c2a2;
--cymophane-yellow:#f3e5a5;
--ganon-blue:#a2e5f6;
--frosted-hills:#a2f6a2;
}