Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e5a4b2;
}
.chai-latte {
color: #f8c8a0;
}
.menoth-white-base {
color: #f4e9b8;
}
.crystal-apple {
color: #d0e59e;
}
.chloride {
color: #97d8c1;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e5a4b2;
--chai-latte:#f8c8a0;
--menoth-white-base:#f4e9b8;
--crystal-apple:#d0e59e;
--chloride:#97d8c1;
}