All Palettes

Color Palette #4cc1e1, #a1e3e1, #f4f8e2, #f6d5a7, #000000

0%
0%
0%

CSS code for this palette

/* CSS */
.lake-thun {
color: #4cc1e1;
}
.everest {
color: #a1e3e1;
}
.precious-dewdrop {
color: #f4f8e2;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.black {
color: #000000;
}

/* CSS Variables */
:root {
--lake-thun:#4cc1e1;
--everest:#a1e3e1;
--precious-dewdrop:#f4f8e2;
--enjoyable-yellow:#f6d5a7;
--black:#000000;
}

More palettes to explore