Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.neighborly-peach {
color: #f6c2a2;
}
.sun-dust {
color: #f6e1a2;
}
.frosted-hills {
color: #a2f6a2;
}
.icery {
color: #a2f6e1;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--neighborly-peach:#f6c2a2;
--sun-dust:#f6e1a2;
--frosted-hills:#a2f6a2;
--icery:#a2f6e1;
}