Color names in this palette
CSS code for this palette
/* CSS */
.light-lavender-blush {
color: #e2cfcf;
}
.tamed-beauty {
color: #d1b8d1;
}
.violet-gems {
color: #bfc2e8;
}
.pool-side {
color: #a9d6d5;
}
.sandy-shore {
color: #f2e7ba;
}
/* CSS Variables */
:root {
--light-lavender-blush:#e2cfcf;
--tamed-beauty:#d1b8d1;
--violet-gems:#bfc2e8;
--pool-side:#a9d6d5;
--sandy-shore:#f2e7ba;
}