Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.bellagio-fountains {
color: #b5e1f2;
}
.marigold-dust {
color: #f4cf3e;
}
.mixed-fruit {
color: #f9bab4;
}
.pink-jazz {
color: #a46a8b;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--bellagio-fountains:#b5e1f2;
--marigold-dust:#f4cf3e;
--mixed-fruit:#f9bab4;
--pink-jazz:#a46a8b;
}