Color names in this palette
CSS code for this palette
/* CSS */
.falling-tears {
color: #c2d7e0;
}
.corydalis-blue {
color: #a4c8d6;
}
.dusty-jade-green {
color: #6eaf96;
}
.menoth-white-base {
color: #f1e7b7;
}
.mad-for-mango {
color: #faa200;
}
/* CSS Variables */
:root {
--falling-tears:#c2d7e0;
--corydalis-blue:#a4c8d6;
--dusty-jade-green:#6eaf96;
--menoth-white-base:#f1e7b7;
--mad-for-mango:#faa200;
}