Color names in this palette
CSS code for this palette
/* CSS */
.favorite-lavender {
color: #d7a8d4;
}
.rosecco {
color: #e9b4e2;
}
.kissed-by-mist {
color: #f9c3f5;
}
.incan-treasure {
color: #f8e0c4;
}
.sweet-sheba {
color: #f1b7a7;
}
/* CSS Variables */
:root {
--favorite-lavender:#d7a8d4;
--rosecco:#e9b4e2;
--kissed-by-mist:#f9c3f5;
--incan-treasure:#f8e0c4;
--sweet-sheba:#f1b7a7;
}