Color names in this palette
CSS code for this palette
/* CSS */
.lili-elbe-s-pink {
color: #d3a1b2;
}
.citrus-sachet {
color: #f1c6a7;
}
.lime-bright {
color: #f1e3b1;
}
.celery-victor {
color: #c7e9c3;
}
.tanager-turquoise {
color: #92d9e8;
}
/* CSS Variables */
:root {
--lili-elbe-s-pink:#d3a1b2;
--citrus-sachet:#f1c6a7;
--lime-bright:#f1e3b1;
--celery-victor:#c7e9c3;
--tanager-turquoise:#92d9e8;
}