Color names in this palette
CSS code for this palette
/* CSS */
.aquastone {
color: #86c6b8;
}
.menthol-kiss {
color: #a2e2d3;
}
.anise-flower {
color: #f3e3b4;
}
.peach-damask {
color: #f7c6a6;
}
.pink-fit {
color: #f9a9b0;
}
/* CSS Variables */
:root {
--aquastone:#86c6b8;
--menthol-kiss:#a2e2d3;
--anise-flower:#f3e3b4;
--peach-damask:#f7c6a6;
--pink-fit:#f9a9b0;
}