Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f5c7e3;
}
.prettiest-pink {
color: #e8a1c2;
}
.avid-apricot {
color: #f3c5a0;
}
.venetian-yellow {
color: #f5e6a3;
}
.celery-root {
color: #d5e6b7;
}
/* CSS Variables */
:root {
--laelia-pink:#f5c7e3;
--prettiest-pink:#e8a1c2;
--avid-apricot:#f3c5a0;
--venetian-yellow:#f5e6a3;
--celery-root:#d5e6b7;
}