Color names in this palette
CSS code for this palette
/* CSS */
.dress-up {
color: #f8c6bf;
}
.jaguar-rose {
color: #f1b1b6;
}
.poudretteite-pink {
color: #e58a96;
}
.i-pink-i-can {
color: #d57b8d;
}
.fuscia-fizz {
color: #b76c90;
}
/* CSS Variables */
:root {
--dress-up:#f8c6bf;
--jaguar-rose:#f1b1b6;
--poudretteite-pink:#e58a96;
--i-pink-i-can:#d57b8d;
--fuscia-fizz:#b76c90;
}