Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.mermaid-net {
color: #1ec6d2;
}
.wild-caribbean-green {
color: #23d7a4;
}
.yellow-petal {
color: #f1e94b;
}
.precious-persimmon {
color: #ff7142;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--mermaid-net:#1ec6d2;
--wild-caribbean-green:#23d7a4;
--yellow-petal:#f1e94b;
--precious-persimmon:#ff7142;
}