Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.bay {
color: #b1e2d2;
}
.french-vanilla {
color: #f1e1a7;
}
.ballerina-tears {
color: #f5b8b2;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--bay:#b1e2d2;
--french-vanilla:#f1e1a7;
--ballerina-tears:#f5b8b2;
--breeze-of-chilli:#f76e6e;
}