Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.shrimp-toast {
color: #f8c5a0;
}
.lion-s-roar {
color: #f3dab4;
}
.milky-maize {
color: #f9d89f;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--cotton-candy-aesthetic:#f5b7e2;
--shrimp-toast:#f8c5a0;
--lion-s-roar:#f3dab4;
--milky-maize:#f9d89f;
}