Color names in this palette
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;
}