Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.eerie-glow {
color: #a7d7b8;
}
.lazy-daisy {
color: #f7e9a1;
}
.candy-heart-pink {
color: #f6a2a2;
}
.fiesta-pink {
color: #d66b98;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--eerie-glow:#a7d7b8;
--lazy-daisy:#f7e9a1;
--candy-heart-pink:#f6a2a2;
--fiesta-pink:#d66b98;
}