Color names in this palette
CSS code for this palette
/* CSS */
.conch {
color: #a0b1af;
}
.china-light-green {
color: #bbc9c8;
}
.spring-mist {
color: #d1e0df;
}
.lynx-white {
color: #f5f9f8;
}
.perfect-pink {
color: #e6b3b4;
}
/* CSS Variables */
:root {
--conch:#a0b1af;
--china-light-green:#bbc9c8;
--spring-mist:#d1e0df;
--lynx-white:#f5f9f8;
--perfect-pink:#e6b3b4;
}