Color names in this palette
CSS code for this palette
/* CSS */
.edgy-red {
color: #ba3b3b;
}
.babe {
color: #e07c7b;
}
.silver-strawberry {
color: #f2c0c0;
}
.storm-lightning {
color: #f9e59f;
}
.polished-apple {
color: #8c2c2e;
}
/* CSS Variables */
:root {
--edgy-red:#ba3b3b;
--babe:#e07c7b;
--silver-strawberry:#f2c0c0;
--storm-lightning:#f9e59f;
--polished-apple:#8c2c2e;
}