Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e8b5d6;
}
.princess {
color: #f2a6b3;
}
.alpenglow {
color: #f1c0b7;
}
.strawberry-smoothie {
color: #e7a2a5;
}
.lotus-red {
color: #d47379;
}
/* CSS Variables */
:root {
--gumball:#e8b5d6;
--princess:#f2a6b3;
--alpenglow:#f1c0b7;
--strawberry-smoothie:#e7a2a5;
--lotus-red:#d47379;
}