Color names in this palette
CSS code for this palette
/* CSS */
.fondue-fudge {
color: #6c4c41;
}
.velvety-chestnut {
color: #a0877e;
}
.subpoena {
color: #d6cbc7;
}
.suave-grey {
color: #d0d9dd;
}
.frosty-soft-blue {
color: #b3dfdc;
}
/* CSS Variables */
:root {
--fondue-fudge:#6c4c41;
--velvety-chestnut:#a0877e;
--subpoena:#d6cbc7;
--suave-grey:#d0d9dd;
--frosty-soft-blue:#b3dfdc;
}