Color names in this palette
CSS code for this palette
/* CSS */
.crazy-eyes {
color: #64b48f;
}
.nihilakh-oxide {
color: #a2d8b5;
}
.canton-jade {
color: #b8e5c4;
}
.precious-dewdrop {
color: #f4f8e2;
}
.apricot-illusion {
color: #e2c3a6;
}
/* CSS Variables */
:root {
--crazy-eyes:#64b48f;
--nihilakh-oxide:#a2d8b5;
--canton-jade:#b8e5c4;
--precious-dewdrop:#f4f8e2;
--apricot-illusion:#e2c3a6;
}