Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.barely-pink {
color: #f6d5df;
}
.sweet-alyssum {
color: #e5c2e1;
}
.terrace-pool {
color: #a3d7e0;
}
.applemint-soda {
color: #f2f6ea;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--barely-pink:#f6d5df;
--sweet-alyssum:#e5c2e1;
--terrace-pool:#a3d7e0;
--applemint-soda:#f2f6ea;
}