Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-shell {
color: #f2d9d9;
}
.pink-dust {
color: #e4b4b4;
}
.pink-slip {
color: #d58b8b;
}
.strawberry-wine {
color: #c76b6b;
}
.enticing-red {
color: #b74e4e;
}
/* CSS Variables */
:root {
--hawaiian-shell:#f2d9d9;
--pink-dust:#e4b4b4;
--pink-slip:#d58b8b;
--strawberry-wine:#c76b6b;
--enticing-red:#b74e4e;
}