Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c92;
}
.schauss-pink {
color: #ff8fb4;
}
.lavender-candy {
color: #ffb3d6;
}
.herb-robert {
color: #d7a3e0;
}
.soft-purple {
color: #a16fbe;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c92;
--schauss-pink:#ff8fb4;
--lavender-candy:#ffb3d6;
--herb-robert:#d7a3e0;
--soft-purple:#a16fbe;
}