All Palettes

Color Palette #1e3e3e, #3e7e7e, #80c2c2, #b4f3f3, #e5fffb

0%
0%
0%

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;
}

More palettes to explore