Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.apricot-obsession {
color: #f6c5b6;
}
.nutter-butter {
color: #f7d5c5;
}
.pink-touch {
color: #f9e1d7;
}
.antique-wicker-basket {
color: #f4d39f;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--apricot-obsession:#f6c5b6;
--nutter-butter:#f7d5c5;
--pink-touch:#f9e1d7;
--antique-wicker-basket:#f4d39f;
}