Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.in-the-pink {
color: #f3c4d3;
}
.sweet-lilac {
color: #e7b6d2;
}
.steamy-dumpling {
color: #eae8b3;
}
.salmon-grey {
color: #e4b5aa;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--in-the-pink:#f3c4d3;
--sweet-lilac:#e7b6d2;
--steamy-dumpling:#eae8b3;
--salmon-grey:#e4b5aa;
}