Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.high-maintenance {
color: #d68fb5;
}
.je-t-aime {
color: #b76691;
}
.our-little-secret {
color: #a84d77;
}
.redstone {
color: #e26e6e;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--high-maintenance:#d68fb5;
--je-t-aime:#b76691;
--our-little-secret:#a84d77;
--redstone:#e26e6e;
}