Color names in this palette
CSS code for this palette
/* CSS */
.aggressive-salmon {
color: #ff759f;
}
.fight-the-sunrise {
color: #ff99af;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.rose-glow {
color: #ffdbed;
}
.lavender-blush {
color: #fff0f5;
}
/* CSS Variables */
:root {
--aggressive-salmon:#ff759f;
--fight-the-sunrise:#ff99af;
--cherry-blossom-pink:#ffb3c6;
--rose-glow:#ffdbed;
--lavender-blush:#fff0f5;
}