Color names in this palette
CSS code for this palette
/* CSS */
.lacustral {
color: #194d49;
}
.copper-turquoise {
color: #3d8a81;
}
.spring-water-turquoise {
color: #77b6b0;
}
.touch-of-turquoise {
color: #a3d1d0;
}
.everlasting-ice {
color: #f5faf9;
}
/* CSS Variables */
:root {
--lacustral:#194d49;
--copper-turquoise:#3d8a81;
--spring-water-turquoise:#77b6b0;
--touch-of-turquoise:#a3d1d0;
--everlasting-ice:#f5faf9;
}