Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-fever {
color: #ff5c9a;
}
.splash-of-grenadine {
color: #ff85e4;
}
.hot-aquarelle-pink {
color: #ffb3e0;
}
.sugarpills {
color: #ffdbff;
}
.white {
color: #ffffff;
}
/* CSS Variables */
:root {
--fuchsia-fever:#ff5c9a;
--splash-of-grenadine:#ff85e4;
--hot-aquarelle-pink:#ffb3e0;
--sugarpills:#ffdbff;
--white:#ffffff;
}