Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.spearmints {
color: #b9e4c9;
}
.smooth-as-corn-silk {
color: #f5e4b2;
}
.precious-pink {
color: #f9b4b7;
}
.candy-heart-pink {
color: #f6a2a2;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--spearmints:#b9e4c9;
--smooth-as-corn-silk:#f5e4b2;
--precious-pink:#f9b4b7;
--candy-heart-pink:#f6a2a2;
}