Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.palace-rose {
color: #f9c8d4;
}
.placebo-magenta {
color: #fce9f1;
}
.mint-mist {
color: #b8e0d6;
}
.chefchaouen-blue {
color: #a1d1e8;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--palace-rose:#f9c8d4;
--placebo-magenta:#fce9f1;
--mint-mist:#b8e0d6;
--chefchaouen-blue:#a1d1e8;
}