Color names in this palette
CSS code for this palette
/* CSS */
.suds {
color: #a6b4c4;
}
.stillwater-lake {
color: #c3d0df;
}
.moon-dust {
color: #dfe6f1;
}
.banana-yogurt {
color: #f9e8b4;
}
.silver-strawberry {
color: #f0c1c1;
}
/* CSS Variables */
:root {
--suds:#a6b4c4;
--stillwater-lake:#c3d0df;
--moon-dust:#dfe6f1;
--banana-yogurt:#f9e8b4;
--silver-strawberry:#f0c1c1;
}