Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sprinkled-with-pink {
color: #e5a4ae;
}
.sugar-tooth {
color: #d88d9c;
}
.strawberry-milkshake {
color: #d06d8a;
}
.pink-parakeet {
color: #b05473;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sprinkled-with-pink:#e5a4ae;
--sugar-tooth:#d88d9c;
--strawberry-milkshake:#d06d8a;
--pink-parakeet:#b05473;
}