Color names in this palette
CSS code for this palette
/* CSS */
.friar-grey {
color: #7f7c7a;
}
.muted-mauve {
color: #b1a9a5;
}
.bleached-bare {
color: #d0c7c2;
}
.stable-hay {
color: #f8e0bf;
}
.mesa-rose {
color: #f1b6b1;
}
/* CSS Variables */
:root {
--friar-grey:#7f7c7a;
--muted-mauve:#b1a9a5;
--bleached-bare:#d0c7c2;
--stable-hay:#f8e0bf;
--mesa-rose:#f1b6b1;
}