Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.glass-jar-blue {
color: #19b3a6;
}
.blue-radiance {
color: #50d3d3;
}
.icery {
color: #a5f8e2;
}
.frosty-mint {
color: #def7ef;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--glass-jar-blue:#19b3a6;
--blue-radiance:#50d3d3;
--icery:#a5f8e2;
--frosty-mint:#def7ef;
}