Color names in this palette
CSS code for this palette
/* CSS */
.pink-booties {
color: #efe1e4;
}
.athena-pink {
color: #e8b0c4;
}
.princess {
color: #f1a7b4;
}
.applesauce {
color: #f8d79b;
}
.bad-moon-yellow {
color: #f1e6b6;
}
/* CSS Variables */
:root {
--pink-booties:#efe1e4;
--athena-pink:#e8b0c4;
--princess:#f1a7b4;
--applesauce:#f8d79b;
--bad-moon-yellow:#f1e6b6;
}