Color names in this palette
CSS code for this palette
/* CSS */
.coral-fountain {
color: #e6a7a2;
}
.certain-peach {
color: #f5b9a3;
}
.chai-latte {
color: #f8c8a0;
}
.menoth-white-base {
color: #f4e8b8;
}
.zircon-ice {
color: #d0e5e6;
}
/* CSS Variables */
:root {
--coral-fountain:#e6a7a2;
--certain-peach:#f5b9a3;
--chai-latte:#f8c8a0;
--menoth-white-base:#f4e8b8;
--zircon-ice:#d0e5e6;
}