Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3e4;
}
.girls-night-out {
color: #ff66b3;
}
.diva-pink {
color: #ff3d81;
}
.pure-hedonist {
color: #ff1f5a;
}
.flaming-hot-flamingoes {
color: #ff005d;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3e4;
--girls-night-out:#ff66b3;
--diva-pink:#ff3d81;
--pure-hedonist:#ff1f5a;
--flaming-hot-flamingoes:#ff005d;
}