Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.peach-damask {
color: #f7c6a6;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.spring-morn {
color: #e3f0d6;
}
.eerie-glow {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--peach-damask:#f7c6a6;
--antique-wicker-basket:#f3d2a0;
--spring-morn:#e3f0d6;
--eerie-glow:#a7d7b8;
}