Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.bellagio-fountains {
color: #b9e2f3;
}
.milky-way {
color: #e4f6f6;
}
.peachy-skin {
color: #f1d0a2;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--bellagio-fountains:#b9e2f3;
--milky-way:#e4f6f6;
--peachy-skin:#f1d0a2;
--shrimp-cocktail:#f4a462;
}