Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f4c8d6;
}
.sweet-lilac {
color: #eab8d1;
}
.lili-elbe-s-pink {
color: #d4a1b1;
}
.pink-proposal {
color: #f1dfe7;
}
.abalone {
color: #f8f1f5;
}
/* CSS Variables */
:root {
--mountain-laurel:#f4c8d6;
--sweet-lilac:#eab8d1;
--lili-elbe-s-pink:#d4a1b1;
--pink-proposal:#f1dfe7;
--abalone:#f8f1f5;
}