Color names in this palette
CSS code for this palette
/* CSS */
.french-lilac {
color: #e1b7d5;
}
.pink-fit {
color: #f5a3b1;
}
.cherrystone {
color: #f69a8e;
}
.sun-dust {
color: #f5e0a3;
}
.yellow-tulip {
color: #f3d26d;
}
/* CSS Variables */
:root {
--french-lilac:#e1b7d5;
--pink-fit:#f5a3b1;
--cherrystone:#f69a8e;
--sun-dust:#f5e0a3;
--yellow-tulip:#f3d26d;
}