Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.billiard {
color: #00b39e;
}
.channel-marker-green {
color: #00d6b6;
}
.botanical-tint {
color: #a3e6d4;
}
.chiffon {
color: #f4f4b8;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--billiard:#00b39e;
--channel-marker-green:#00d6b6;
--botanical-tint:#a3e6d4;
--chiffon:#f4f4b8;
}