Color names in this palette
CSS code for this palette
/* CSS */
.dough-yellow {
color: #f7d1b6;
}
.blush {
color: #f29f8c;
}
.strawberry-milkshake {
color: #d56c86;
}
.violet-femmes {
color: #a26d9d;
}
.bermuda-grey {
color: #6c8da3;
}
/* CSS Variables */
:root {
--dough-yellow:#f7d1b6;
--blush:#f29f8c;
--strawberry-milkshake:#d56c86;
--violet-femmes:#a26d9d;
--bermuda-grey:#6c8da3;
}