Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.verditer {
color: #00b3a7;
}
.jade-glass {
color: #00d3d6;
}
.charlotte {
color: #a3e0e6;
}
.distant-horizon {
color: #f0f9f8;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--verditer:#00b3a7;
--jade-glass:#00d3d6;
--charlotte:#a3e0e6;
--distant-horizon:#f0f9f8;
}