Color names in this palette
CSS code for this palette
/* CSS */
.timeless-seafoam {
color: #afe4e4;
}
.mountain-lake-blue {
color: #87d4d4;
}
.crystalsong-blue {
color: #4eb1b1;
}
.taos-turquoise {
color: #2b8c8c;
}
.moonlit-pool {
color: #1e5c5c;
}
/* CSS Variables */
:root {
--timeless-seafoam:#afe4e4;
--mountain-lake-blue:#87d4d4;
--crystalsong-blue:#4eb1b1;
--taos-turquoise:#2b8c8c;
--moonlit-pool:#1e5c5c;
}