Color names in this palette
CSS code for this palette
/* CSS */
.lite-cocoa {
color: #b69c8b;
}
.whisper-pink {
color: #d4c5b5;
}
.toasted-cashew {
color: #e2d0b6;
}
.pebble-cream {
color: #f3e1c9;
}
.cheviot {
color: #f7f3e8;
}
/* CSS Variables */
:root {
--lite-cocoa:#b69c8b;
--whisper-pink:#d4c5b5;
--toasted-cashew:#e2d0b6;
--pebble-cream:#f3e1c9;
--cheviot:#f7f3e8;
}