Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a9e0d3;
}
.green-parakeet {
color: #7dd4c1;
}
.tropical-escape {
color: #50b9b0;
}
.latigo-bay {
color: #3a9c97;
}
.kandinsky-turquoise {
color: #2c8180;
}
/* CSS Variables */
:root {
--capri-water-blue:#a9e0d3;
--green-parakeet:#7dd4c1;
--tropical-escape:#50b9b0;
--latigo-bay:#3a9c97;
--kandinsky-turquoise:#2c8180;
}