Color names in this palette
CSS code for this palette
/* CSS */
.light-petite-pink {
color: #f0d6d6;
}
.morning-moor {
color: #d9d4b0;
}
.peachskin {
color: #e0b3b3;
}
.rice-paddy {
color: #e0d3ae;
}
.ballet {
color: #f8d3d3;
}
/* CSS Variables */
:root {
--light-petite-pink:#f0d6d6;
--morning-moor:#d9d4b0;
--peachskin:#e0b3b3;
--rice-paddy:#e0d3ae;
--ballet:#f8d3d3;
}