Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.bellagio-fountains {
color: #b5e3f2;
}
.child-of-light {
color: #f2f6f8;
}
.twin-cities {
color: #a2c6c8;
}
.catalina {
color: #6ca39c;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--bellagio-fountains:#b5e3f2;
--child-of-light:#f2f6f8;
--twin-cities:#a2c6c8;
--catalina:#6ca39c;
}