Color names in this palette
CSS code for this palette
/* CSS */
.memphis-green {
color: #5e9c7a;
}
.nihilakh-oxide {
color: #a1d4b1;
}
.light-spring-burst {
color: #d4e8d4;
}
.summer-pear {
color: #f6f1d0;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--memphis-green:#5e9c7a;
--nihilakh-oxide:#a1d4b1;
--light-spring-burst:#d4e8d4;
--summer-pear:#f6f1d0;
--calabrese:#f1a8a2;
}