Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1d3f3f;
}
.lacrosse {
color: #2f5b5b;
}
.breaker-bay {
color: #4e7979;
}
.kingfisher-turquoise {
color: #79b4b4;
}
.timeless-seafoam {
color: #afe4e4;
}
/* CSS Variables */
:root {
--royal-neptune:#1d3f3f;
--lacrosse:#2f5b5b;
--breaker-bay:#4e7979;
--kingfisher-turquoise:#79b4b4;
--timeless-seafoam:#afe4e4;
}