Color names in this palette
CSS code for this palette
/* CSS */
.easter-egg {
color: #8a9bc7;
}
.lilac-sachet {
color: #abb5d9;
}
.fresh-heather {
color: #d1c2e0;
}
.friendly-yellow {
color: #f6e2b1;
}
.babe {
color: #e07b7b;
}
/* CSS Variables */
:root {
--easter-egg:#8a9bc7;
--lilac-sachet:#abb5d9;
--fresh-heather:#d1c2e0;
--friendly-yellow:#f6e2b1;
--babe:#e07b7b;
}