Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e2a6c5;
}
.laelia-pink {
color: #f9c8dc;
}
.ivory-tassel {
color: #f7e9d9;
}
.sweet-menthol {
color: #c2e6b7;
}
.sweet-rhapsody {
color: #8fdbd3;
}
/* CSS Variables */
:root {
--partytime:#e2a6c5;
--laelia-pink:#f9c8dc;
--ivory-tassel:#f7e9d9;
--sweet-menthol:#c2e6b7;
--sweet-rhapsody:#8fdbd3;
}