Color names in this palette
CSS code for this palette
/* CSS */
.acai {
color: #4b2c5e;
}
.dark-pansy {
color: #6a3e79;
}
.hyacinth-violet {
color: #9c4f8d;
}
.strawberry-milkshake {
color: #d36f8b;
}
.pink-chalk {
color: #f3a5c0;
}
/* CSS Variables */
:root {
--acai:#4b2c5e;
--dark-pansy:#6a3e79;
--hyacinth-violet:#9c4f8d;
--strawberry-milkshake:#d36f8b;
--pink-chalk:#f3a5c0;
}