Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a7c9e6;
}
.foamy-surf {
color: #b2d6e0;
}
.blooming-aster {
color: #d7e3ef;
}
.soft-cashmere {
color: #f2b5d5;
}
.soft-purple {
color: #a56fb8;
}
/* CSS Variables */
:root {
--template:#a7c9e6;
--foamy-surf:#b2d6e0;
--blooming-aster:#d7e3ef;
--soft-cashmere:#f2b5d5;
--soft-purple:#a56fb8;
}