Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a7c7e7;
}
.greenland-ice {
color: #b6d8d5;
}
.ice-palace {
color: #e2e4d8;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.mesa-rose {
color: #f3b4af;
}
/* CSS Variables */
:root {
--island-light:#a7c7e7;
--greenland-ice:#b6d8d5;
--ice-palace:#e2e4d8;
--cr-me-de-la-cr-me:#f3e8b4;
--mesa-rose:#f3b4af;
}