Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #ffb3d4;
}
.informative-pink {
color: #ff85af;
}
.fuchsia-fever {
color: #ff5c9d;
}
.office-neon-light {
color: #ff2e7b;
}
.flaming-hot-flamingoes {
color: #ff005d;
}
/* CSS Variables */
:root {
--lavender-candy:#ffb3d4;
--informative-pink:#ff85af;
--fuchsia-fever:#ff5c9d;
--office-neon-light:#ff2e7b;
--flaming-hot-flamingoes:#ff005d;
}