Color names in this palette
CSS code for this palette
/* CSS */
.chrome-yellow {
color: #faa700;
}
.anna-banana {
color: #f8d849;
}
.bone-white {
color: #f2e2b0;
}
.light-blue-glint {
color: #a8d5e1;
}
.dirty-blue {
color: #407f9c;
}
/* CSS Variables */
:root {
--chrome-yellow:#faa700;
--anna-banana:#f8d849;
--bone-white:#f2e2b0;
--light-blue-glint:#a8d5e1;
--dirty-blue:#407f9c;
}