Color names in this palette
CSS code for this palette
/* CSS */
.crazy-eyes {
color: #64b48f;
}
.eerie-glow {
color: #a7d7b8;
}
.jewel-white {
color: #d0ece1;
}
.laundry-white {
color: #f3f8f1;
}
.wave-top {
color: #b1d8d2;
}
/* CSS Variables */
:root {
--crazy-eyes:#64b48f;
--eerie-glow:#a7d7b8;
--jewel-white:#d0ece1;
--laundry-white:#f3f8f1;
--wave-top:#b1d8d2;
}