Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a2c7eb;
}
.waimea-blue {
color: #4ba2d8;
}
.brain-pink {
color: #f7b1b1;
}
.elven-beige {
color: #f9cf8b;
}
.mango-margarita {
color: #f9b44e;
}
/* CSS Variables */
:root {
--island-light:#a2c7eb;
--waimea-blue:#4ba2d8;
--brain-pink:#f7b1b1;
--elven-beige:#f9cf8b;
--mango-margarita:#f9b44e;
}