All Palettes

Color Palette #a6c7e7, #f2f5f8, #b0c4d9, #ff8052, #f1c40e

0%
0%
0%

CSS code for this palette

/* CSS */
.template {
color: #a6c7e7;
}
.child-of-light {
color: #f2f5f8;
}
.ballet-blue {
color: #b0c4d9;
}
.n-rang-orange {
color: #ff8052;
}
.sunshine-mellow {
color: #f1c40e;
}

/* CSS Variables */
:root {
--template:#a6c7e7;
--child-of-light:#f2f5f8;
--ballet-blue:#b0c4d9;
--n-rang-orange:#ff8052;
--sunshine-mellow:#f1c40e;
}

More palettes to explore