Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.ballerina-tears {
color: #f0b8b2;
}
.smooth-as-corn-silk {
color: #f5e5b2;
}
.celery-root {
color: #d5e6b7;
}
.wingsuit-wind {
color: #b7d7d1;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--ballerina-tears:#f0b8b2;
--smooth-as-corn-silk:#f5e5b2;
--celery-root:#d5e6b7;
--wingsuit-wind:#b7d7d1;
}