Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d0;
}
.strawberry-dreams {
color: #ff8aab;
}
.fuchsia-fever {
color: #ff5c98;
}
.peevish-red {
color: #ff2969;
}
.lotti-red {
color: #e60041;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d0;
--strawberry-dreams:#ff8aab;
--fuchsia-fever:#ff5c98;
--peevish-red:#ff2969;
--lotti-red:#e60041;
}