Color names in this palette
CSS code for this palette
/* CSS */
.ethereal-white {
color: #e8f1f2;
}
.ice-cube {
color: #b1e7d8;
}
.peppy {
color: #76d6b6;
}
.aztec-jade {
color: #3cbe8a;
}
.emerald-dream {
color: #007a5e;
}
/* CSS Variables */
:root {
--ethereal-white:#e8f1f2;
--ice-cube:#b1e7d8;
--peppy:#76d6b6;
--aztec-jade:#3cbe8a;
--emerald-dream:#007a5e;
}