Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a4a2;
}
.garbanzo-bean {
color: #f2d7a6;
}
.tender-yellow {
color: #e8e8b0;
}
.eerie-glow {
color: #a8d6b9;
}
.costa-rica-blue {
color: #79b8e2;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a4a2;
--garbanzo-bean:#f2d7a6;
--tender-yellow:#e8e8b0;
--eerie-glow:#a8d6b9;
--costa-rica-blue:#79b8e2;
}