Color names in this palette
CSS code for this palette
/* CSS */
.mocha-light {
color: #d6cfc2;
}
.canvas-luggage {
color: #e2d7c5;
}
.pavillion {
color: #ede4d4;
}
.vanilla-delight {
color: #f5e8d6;
}
.god-given {
color: #f9f4e1;
}
/* CSS Variables */
:root {
--mocha-light:#d6cfc2;
--canvas-luggage:#e2d7c5;
--pavillion:#ede4d4;
--vanilla-delight:#f5e8d6;
--god-given:#f9f4e1;
}