Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1c3f3f;
}
.pond-newt {
color: #496969;
}
.cathedral-glass {
color: #799a9a;
}
.malaysian-mist {
color: #b6d2d2;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--royal-neptune:#1c3f3f;
--pond-newt:#496969;
--cathedral-glass:#799a9a;
--malaysian-mist:#b6d2d2;
--milky-way:#e4f6f6;
}