Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff759f;
}
.lavender-candy {
color: #ffb3d6;
}
.samantha-s-room {
color: #f3d3e6;
}
.think-pink {
color: #e0a3c2;
}
.llilacquered {
color: #c85b93;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff759f;
--lavender-candy:#ffb3d6;
--samantha-s-room:#f3d3e6;
--think-pink:#e0a3c2;
--llilacquered:#c85b93;
}