Color names in this palette
CSS code for this palette
/* CSS */
.bachelor-blue {
color: #8ea9cc;
}
.piezo-blue {
color: #a3c8db;
}
.h-o {
color: #bfe0e8;
}
.child-of-light {
color: #f2f6f8;
}
.deli-yellow {
color: #e6b628;
}
/* CSS Variables */
:root {
--bachelor-blue:#8ea9cc;
--piezo-blue:#a3c8db;
--h-o:#bfe0e8;
--child-of-light:#f2f6f8;
--deli-yellow:#e6b628;
}