Color names in this palette
CSS code for this palette
/* CSS */
.cupcake-pink {
color: #f5d8d1;
}
.blush-rush {
color: #f3bebe;
}
.vinaceous-cinnamon {
color: #f78d8d;
}
.porcelain-rose {
color: #e76a6a;
}
.roman {
color: #d95e5e;
}
/* CSS Variables */
:root {
--cupcake-pink:#f5d8d1;
--blush-rush:#f3bebe;
--vinaceous-cinnamon:#f78d8d;
--porcelain-rose:#e76a6a;
--roman:#d95e5e;
}