Color names in this palette
CSS code for this palette
/* CSS */
.bondi-blue {
color: #0096b8;
}
.billiard {
color: #00b3a4;
}
.mint-morning {
color: #00d6c4;
}
.near-moon {
color: #60e6d4;
}
.freezy-breezy {
color: #9ef0e6;
}
/* CSS Variables */
:root {
--bondi-blue:#0096b8;
--billiard:#00b3a4;
--mint-morning:#00d6c4;
--near-moon:#60e6d4;
--freezy-breezy:#9ef0e6;
}