Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.prosecco {
color: #f7d4a6;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.lolly-ice {
color: #a6d9d4;
}
.taos-turquoise {
color: #2e8a88;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--prosecco:#f7d4a6;
--smooth-as-corn-silk:#f4e2b3;
--lolly-ice:#a6d9d4;
--taos-turquoise:#2e8a88;
}