Color names in this palette
CSS code for this palette
/* CSS */
.suds {
color: #a6b4c4;
}
.lavender-water {
color: #d1c7e1;
}
.athena-pink {
color: #e7b6c3;
}
.allspice {
color: #f6cba7;
}
.apple-cream {
color: #b8d6a8;
}
/* CSS Variables */
:root {
--suds:#a6b4c4;
--lavender-water:#d1c7e1;
--athena-pink:#e7b6c3;
--allspice:#f6cba7;
--apple-cream:#b8d6a8;
}