Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.bleached-silk {
color: #f2f2f2;
}
.bakelite-yellow {
color: #c8b788;
}
.gold-season {
color: #b19b72;
}
.almond-butter {
color: #d7c6a8;
}
/* CSS Variables */
:root {
--white:#ffffff;
--bleached-silk:#f2f2f2;
--bakelite-yellow:#c8b788;
--gold-season:#b19b72;
--almond-butter:#d7c6a8;
}