Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.verditer {
color: #00bdad;
}
.exquisite-turquoise {
color: #1dd3b8;
}
.blue-crystal-landscape {
color: #6ff1e6;
}
.icery {
color: #a4f9e1;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--verditer:#00bdad;
--exquisite-turquoise:#1dd3b8;
--blue-crystal-landscape:#6ff1e6;
--icery:#a4f9e1;
}