Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.cay {
color: #a4d2d5;
}
.icy-lemonade {
color: #f6e8b1;
}
.lion-cub {
color: #f8caa5;
}
.strawberry-pink {
color: #f4717c;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--cay:#a4d2d5;
--icy-lemonade:#f6e8b1;
--lion-cub:#f8caa5;
--strawberry-pink:#f4717c;
}