Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a9e0d8;
}
.andes-sky {
color: #70dbd4;
}
.jadeite {
color: #3bbf9c;
}
.jardini-re {
color: #009975;
}
.emerald-dream {
color: #007a5e;
}
/* CSS Variables */
:root {
--capri-water-blue:#a9e0d8;
--andes-sky:#70dbd4;
--jadeite:#3bbf9c;
--jardini-re:#009975;
--emerald-dream:#007a5e;
}