Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e6a1;
}
.neighborly-peach {
color: #f3c0a5;
}
.pink-fit {
color: #f6a7b3;
}
.eerie-glow {
color: #a9d6bb;
}
.undercool {
color: #80c5e5;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e6a1;
--neighborly-peach:#f3c0a5;
--pink-fit:#f6a7b3;
--eerie-glow:#a9d6bb;
--undercool:#80c5e5;
}