Color names in this palette
CSS code for this palette
/* CSS */
.pale-lichen {
color: #d8d3c0;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.millennial-pink {
color: #f6c9c1;
}
.blushing-tulip {
color: #df9fb5;
}
.light-blue-grey {
color: #b7c9e1;
}
/* CSS Variables */
:root {
--pale-lichen:#d8d3c0;
--smooth-as-corn-silk:#f4e2b3;
--millennial-pink:#f6c9c1;
--blushing-tulip:#df9fb5;
--light-blue-grey:#b7c9e1;
}