Color names in this palette
CSS code for this palette
/* CSS */
.peppermint-pie {
color: #a7c8c0;
}
.mint-mist {
color: #b8e0d6;
}
.aquacade {
color: #e0f0eb;
}
.distant-horizon {
color: #f1f9f6;
}
.white-ice {
color: #d6f0e4;
}
/* CSS Variables */
:root {
--peppermint-pie:#a7c8c0;
--mint-mist:#b8e0d6;
--aquacade:#e0f0eb;
--distant-horizon:#f1f9f6;
--white-ice:#d6f0e4;
}