Color names in this palette
CSS code for this palette
/* CSS */
.metal-gear {
color: #a4c2db;
}
.eerie-glow {
color: #a7d7b8;
}
.butter-cookie {
color: #f0e4b2;
}
.first-date {
color: #f2b1a1;
}
.nervous-neon-pink {
color: #f070c7;
}
/* CSS Variables */
:root {
--metal-gear:#a4c2db;
--eerie-glow:#a7d7b8;
--butter-cookie:#f0e4b2;
--first-date:#f2b1a1;
--nervous-neon-pink:#f070c7;
}