Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b4;
}
.antique-wicker-basket {
color: #f6d2a2;
}
.sugar-cookie {
color: #f2e1a1;
}
.oyster-pink {
color: #d4b7af;
}
.ariel-s-delight {
color: #b3a5d4;
}
/* CSS Variables */
:root {
--princess:#f1a7b4;
--antique-wicker-basket:#f6d2a2;
--sugar-cookie:#f2e1a1;
--oyster-pink:#d4b7af;
--ariel-s-delight:#b3a5d4;
}