Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.billiard {
color: #00b39e;
}
.pristine-oceanic {
color: #00d6c1;
}
.waterwings {
color: #adebdb;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--billiard:#00b39e;
--pristine-oceanic:#00d6c1;
--waterwings:#adebdb;
--soviet-gold:#ffd900;
}