Color names in this palette
CSS code for this palette
/* CSS */
.smooth-as-corn-silk {
color: #f4e4b3;
}
.sweet-alyssum {
color: #e7c5e1;
}
.spoiled-rotten {
color: #b3c0e6;
}
.embellished-blue {
color: #8dc6c9;
}
.mandys-pink {
color: #f5b59e;
}
/* CSS Variables */
:root {
--smooth-as-corn-silk:#f4e4b3;
--sweet-alyssum:#e7c5e1;
--spoiled-rotten:#b3c0e6;
--embellished-blue:#8dc6c9;
--mandys-pink:#f5b59e;
}