Color names in this palette
CSS code for this palette
/* CSS */
.shaved-chocolate {
color: #5a3f3a;
}
.whistler-rose {
color: #c2a08e;
}
.caramel-mousse {
color: #e7c9a6;
}
.abilene-lace {
color: #eae3d2;
}
.gram-s-hair {
color: #f2f8f6;
}
/* CSS Variables */
:root {
--shaved-chocolate:#5a3f3a;
--whistler-rose:#c2a08e;
--caramel-mousse:#e7c9a6;
--abilene-lace:#eae3d2;
--gram-s-hair:#f2f8f6;
}