Color names in this palette
CSS code for this palette
/* CSS */
.royal-neptune {
color: #1e3e3e;
}
.pacific-sea-teal {
color: #3e7e7e;
}
.celestine {
color: #80c2c2;
}
.ice-citadel {
color: #b4f3f3;
}
.bubbles {
color: #e5fffb;
}
/* CSS Variables */
:root {
--royal-neptune:#1e3e3e;
--pacific-sea-teal:#3e7e7e;
--celestine:#80c2c2;
--ice-citadel:#b4f3f3;
--bubbles:#e5fffb;
}