Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.english-rose {
color: #f6c6c6;
}
.first-daughter {
color: #f8d3d6;
}
.illuminated {
color: #f9e5d7;
}
.white-strawberry {
color: #fce3b6;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--english-rose:#f6c6c6;
--first-daughter:#f8d3d6;
--illuminated:#f9e5d7;
--white-strawberry:#fce3b6;
}