Color names in this palette
CSS code for this palette
/* CSS */
.requisite-grey {
color: #b8b2a8;
}
.chalk-beige {
color: #d5c4b4;
}
.focus {
color: #e5e0d1;
}
.friendly-yellow {
color: #f4e1b3;
}
.clay-pipe {
color: #d8c9b6;
}
/* CSS Variables */
:root {
--requisite-grey:#b8b2a8;
--chalk-beige:#d5c4b4;
--focus:#e5e0d1;
--friendly-yellow:#f4e1b3;
--clay-pipe:#d8c9b6;
}