Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f6d4a2;
}
.princess {
color: #f1a7b6;
}
.winsome-hue {
color: #a8d7e1;
}
.lobaria-lichen {
color: #a3c7b6;
}
.parfait-pink {
color: #e4b4c5;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f6d4a2;
--princess:#f1a7b6;
--winsome-hue:#a8d7e1;
--lobaria-lichen:#a3c7b6;
--parfait-pink:#e4b4c5;
}