Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.billiard {
color: #00b3a4;
}
.lifeless-green {
color: #00d6a4;
}
.aqua-wish {
color: #a1e8d1;
}
.heavy-sugar {
color: #eff5f1;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--billiard:#00b3a4;
--lifeless-green:#00d6a4;
--aqua-wish:#a1e8d1;
--heavy-sugar:#eff5f1;
}