Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.fresh-turquoise {
color: #3ddbdb;
}
.near-moon {
color: #58e4e4;
}
.bath-water {
color: #86f3f3;
}
.affen-turquoise {
color: #a8ffff;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--fresh-turquoise:#3ddbdb;
--near-moon:#58e4e4;
--bath-water:#86f3f3;
--affen-turquoise:#a8ffff;
}