Color names in this palette
CSS code for this palette
/* CSS */
.ginger-peach {
color: #f8d3a0;
}
.violet-kiss {
color: #f2a6d2;
}
.gold-sand {
color: #f6e5a7;
}
.nevada-sky {
color: #a0d6e4;
}
.soft-cashmere {
color: #f1b1d9;
}
/* CSS Variables */
:root {
--ginger-peach:#f8d3a0;
--violet-kiss:#f2a6d2;
--gold-sand:#f6e5a7;
--nevada-sky:#a0d6e4;
--soft-cashmere:#f1b1d9;
}