All Palettes

Color Palette #f1f5f8, #d9e4e8, #a6c9d8, #4fb5b4, #007a5e

0%
0%
0%

CSS code for this palette

/* CSS */
.child-of-light {
color: #f1f5f8;
}
.baby-s-breath {
color: #d9e4e8;
}
.alpine-morning-blue {
color: #a6c9d8;
}
.crystalsong-blue {
color: #4fb5b4;
}
.emerald-dream {
color: #007a5e;
}

/* CSS Variables */
:root {
--child-of-light:#f1f5f8;
--baby-s-breath:#d9e4e8;
--alpine-morning-blue:#a6c9d8;
--crystalsong-blue:#4fb5b4;
--emerald-dream:#007a5e;
}

More palettes to explore