Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.iris-blue {
color: #00b2d1;
}
.wild-caribbean-green {
color: #1dd3af;
}
.vandermint {
color: #a7e1e6;
}
.latte-froth {
color: #f3f0e7;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--iris-blue:#00b2d1;
--wild-caribbean-green:#1dd3af;
--vandermint:#a7e1e6;
--latte-froth:#f3f0e7;
}