Color names in this palette
CSS code for this palette
/* CSS */
.smooth-as-corn-silk {
color: #f5e5b2;
}
.gratin-dauphinois {
color: #e2d4a7;
}
.dusty-attic {
color: #c1b6a4;
}
.heather {
color: #a683af;
}
.love-at-first-sight {
color: #e6a3b0;
}
/* CSS Variables */
:root {
--smooth-as-corn-silk:#f5e5b2;
--gratin-dauphinois:#e2d4a7;
--dusty-attic:#c1b6a4;
--heather:#a683af;
--love-at-first-sight:#e6a3b0;
}