Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.dainty-debutante {
color: #f4bfb4;
}
.tea-light {
color: #f6e4c1;
}
.mermaid-tears {
color: #d4e5a4;
}
.chefchaouen-blue {
color: #a1cfe8;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--dainty-debutante:#f4bfb4;
--tea-light:#f6e4c1;
--mermaid-tears:#d4e5a4;
--chefchaouen-blue:#a1cfe8;
}