Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1c3f3e;
}
.pond-newt {
color: #496968;
}
.avalon {
color: #799a96;
}
.quiet-drizzle {
color: #b8d1c6;
}
.ethereal-white {
color: #e6f4f1;
}
/* CSS Variables */
:root {
--royal-neptune:#1c3f3e;
--pond-newt:#496968;
--avalon:#799a96;
--quiet-drizzle:#b8d1c6;
--ethereal-white:#e6f4f1;
}