All Palettes

Color Palette #3eadc1, #4dbcdb, #6fd2e2, #a2e4e6, #f1f8f8

0%
0%
0%

CSS code for this palette

/* CSS */
.moonstone {
color: #3eadc1;
}
.bachelor-button {
color: #4dbcdb;
}
.aquamarine-blue {
color: #6fd2e2;
}
.everest {
color: #a2e4e6;
}
.distant-horizon {
color: #f1f8f8;
}

/* CSS Variables */
:root {
--moonstone:#3eadc1;
--bachelor-button:#4dbcdb;
--aquamarine-blue:#6fd2e2;
--everest:#a2e4e6;
--distant-horizon:#f1f8f8;
}

More palettes to explore