Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a7aa;
}
.first-peach {
color: #f4c8c8;
}
.musical-mist {
color: #f9e8e6;
}
.barley-white {
color: #f6e4b6;
}
.pie-crust {
color: #f3d9a0;
}
/* CSS Variables */
:root {
--simple-pink:#f6a7aa;
--first-peach:#f4c8c8;
--musical-mist:#f9e8e6;
--barley-white:#f6e4b6;
--pie-crust:#f3d9a0;
}