Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c7e7;
}
.tulle-soft-blue {
color: #d9e7e5;
}
.pearled-couscous {
color: #f1e9d5;
}
.barrett-quince {
color: #f7ceb0;
}
.sweet-lilac {
color: #eab8d1;
}
/* CSS Variables */
:root {
--island-light:#a7c7e7;
--tulle-soft-blue:#d9e7e5;
--pearled-couscous:#f1e9d5;
--barrett-quince:#f7ceb0;
--sweet-lilac:#eab8d1;
}