Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c7e7;
}
.light-sea-cliff {
color: #b9d4e9;
}
.crystal-falls {
color: #e3e7f2;
}
.sheer-lavender {
color: #f1e1f4;
}
.new-violet {
color: #d6c2e0;
}
/* CSS Variables */
:root {
--island-light:#a7c7e7;
--light-sea-cliff:#b9d4e9;
--crystal-falls:#e3e7f2;
--sheer-lavender:#f1e1f4;
--new-violet:#d6c2e0;
}