Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.calla {
color: #f2e1b5;
}
.fresco-cream {
color: #f9c8a9;
}
.tropical-violet {
color: #d5a4e0;
}
.waterloo {
color: #7f7c92;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--calla:#f2e1b5;
--fresco-cream:#f9c8a9;
--tropical-violet:#d5a4e0;
--waterloo:#7f7c92;
}