Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1d3f3f;
}
.blue-venus {
color: #3b7d7d;
}
.surfer {
color: #6db6b6;
}
.timeless-seafoam {
color: #afe4e4;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--royal-neptune:#1d3f3f;
--blue-venus:#3b7d7d;
--surfer:#6db6b6;
--timeless-seafoam:#afe4e4;
--milky-way:#e4f6f6;
}