Color names in this palette
CSS code for this palette
/* CSS */
.pinkadelic {
color: #c85b5e;
}
.medium-terracotta {
color: #da9b8b;
}
.prosciutto {
color: #e2b2a2;
}
.cupcake-rose {
color: #e8c7b5;
}
.almost-pink {
color: #f1e5da;
}
/* CSS Variables */
:root {
--pinkadelic:#c85b5e;
--medium-terracotta:#da9b8b;
--prosciutto:#e2b2a2;
--cupcake-rose:#e8c7b5;
--almost-pink:#f1e5da;
}