Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.pastel-strawberry {
color: #f05151;
}
.calabrese {
color: #f7aaa6;
}
.la-luna-amarilla {
color: #fae09e;
}
.biscuit-cream {
color: #f8c9b4;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--pastel-strawberry:#f05151;
--calabrese:#f7aaa6;
--la-luna-amarilla:#fae09e;
--biscuit-cream:#f8c9b4;
}