Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.fairy-sparkles {
color: #b4e3f9;
}
.bone-chilling {
color: #e1f4f3;
}
.custard-puff {
color: #fcecb0;
}
.mixed-fruit {
color: #f9b9b4;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--fairy-sparkles:#b4e3f9;
--bone-chilling:#e1f4f3;
--custard-puff:#fcecb0;
--mixed-fruit:#f9b9b4;
}