Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.billiard {
color: #00b3a1;
}
.pristine-oceanic {
color: #00d1c0;
}
.first-timer-green {
color: #00e6d6;
}
.freezy-breezy {
color: #9ef0e8;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--billiard:#00b3a1;
--pristine-oceanic:#00d1c0;
--first-timer-green:#00e6d6;
--freezy-breezy:#9ef0e8;
}