Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #ffb3d4;
}
.informative-pink {
color: #ff85b1;
}
.fuchsia-fever {
color: #ff5c9d;
}
.sugar-rush {
color: #d95e9c;
}
.ancient-fuchsia {
color: #a44c6c;
}
/* CSS Variables */
:root {
--lavender-candy:#ffb3d4;
--informative-pink:#ff85b1;
--fuchsia-fever:#ff5c9d;
--sugar-rush:#d95e9c;
--ancient-fuchsia:#a44c6c;
}