Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a2d9a1;
}
.first-date {
color: #f4b19f;
}
.naive-peach {
color: #fce6d4;
}
.venetian-yellow {
color: #f7e1a1;
}
.eerie-glow {
color: #a9d6bb;
}
/* CSS Variables */
:root {
--green-trance:#a2d9a1;
--first-date:#f4b19f;
--naive-peach:#fce6d4;
--venetian-yellow:#f7e1a1;
--eerie-glow:#a9d6bb;
}