Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.in-the-pink {
color: #f3c4d3;
}
.pork-belly {
color: #f8e2e8;
}
.dream-land {
color: #e9b4e3;
}
.somewhere-in-a-fairytale {
color: #d19bd9;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--in-the-pink:#f3c4d3;
--pork-belly:#f8e2e8;
--dream-land:#e9b4e3;
--somewhere-in-a-fairytale:#d19bd9;
}