Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.fuchsia-fever {
color: #ff5c9d;
}
.pink-ink {
color: #ff1a6e;
}
.bright-rose {
color: #c3185d;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--fuchsia-fever:#ff5c9d;
--pink-ink:#ff1a6e;
--bright-rose:#c3185d;
}