Color names in this palette
CSS code for this palette
/* CSS */
.friendly-yellow {
color: #f5e1b2;
}
.sawdust {
color: #f6e9d0;
}
.dark-matter {
color: #0e0101;
}
.heavy-sugar {
color: #eef6f4;
}
.precision {
color: #2c3744;
}
/* CSS Variables */
:root {
--friendly-yellow:#f5e1b2;
--sawdust:#f6e9d0;
--dark-matter:#0e0101;
--heavy-sugar:#eef6f4;
--precision:#2c3744;
}