Color names in this palette
CSS code for this palette
/* CSS */
.artful-red {
color: #b30000;
}
.knockout {
color: #c52b2b;
}
.lipstick-illusion {
color: #d56c6c;
}
.all-dressed-up {
color: #e89b9b;
}
.silver-strawberry {
color: #f2c0c0;
}
/* CSS Variables */
:root {
--artful-red:#b30000;
--knockout:#c52b2b;
--lipstick-illusion:#d56c6c;
--all-dressed-up:#e89b9b;
--silver-strawberry:#f2c0c0;
}