Color names in this palette
CSS code for this palette
/* CSS */
.jade-orchid {
color: #00ada8;
}
.billiard {
color: #00b3a1;
}
.aare-river {
color: #00bd9d;
}
.channel-marker-green {
color: #00d6b3;
}
.ice-crystal-blue {
color: #a5e4e0;
}
/* CSS Variables */
:root {
--jade-orchid:#00ada8;
--billiard:#00b3a1;
--aare-river:#00bd9d;
--channel-marker-green:#00d6b3;
--ice-crystal-blue:#a5e4e0;
}