Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1d3f3f;
}
.moonlit-forest {
color: #3c6d6d;
}
.dexter {
color: #68b1b1;
}
.seascape-green {
color: #b3e5e5;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--royal-neptune:#1d3f3f;
--moonlit-forest:#3c6d6d;
--dexter:#68b1b1;
--seascape-green:#b3e5e5;
--vapor:#f0ffff;
}