Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1d3f3f;
}
.moat {
color: #3d6b6b;
}
.jugendstil-turquoise {
color: #5f9b9b;
}
.island-oasis {
color: #8dd8d8;
}
.timeless-seafoam {
color: #afe4e4;
}
/* CSS Variables */
:root {
--royal-neptune:#1d3f3f;
--moat:#3d6b6b;
--jugendstil-turquoise:#5f9b9b;
--island-oasis:#8dd8d8;
--timeless-seafoam:#afe4e4;
}