Color names in this palette
CSS code for this palette
/* CSS */
.mint-circle {
color: #a9cda7;
}
.mint-mist {
color: #b8e0d6;
}
.pink-scallop {
color: #f1e0d5;
}
.coral-bisque {
color: #f6c4b1;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--mint-circle:#a9cda7;
--mint-mist:#b8e0d6;
--pink-scallop:#f1e0d5;
--coral-bisque:#f6c4b1;
--sweet-lilac:#eab8d1;
}