CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.azure-sky {
color: #b2e0f5;
}
.alice-blue {
color: #f0f7ff;
}
.bay {
color: #b2e0d3;
}
.english-rose {
color: #f5c7c2;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--azure-sky:#b2e0f5;
--alice-blue:#f0f7ff;
--bay:#b2e0d3;
--english-rose:#f5c7c2;
}