Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.spearmints {
color: #b9e4c9;
}
.cocoa-butter {
color: #f2f6c1;
}
.peach-patch {
color: #f2d7a1;
}
.candy-heart-pink {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--spearmints:#b9e4c9;
--cocoa-butter:#f2f6c1;
--peach-patch:#f2d7a1;
--candy-heart-pink:#f6a2a2;
}