Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.sweet-mandarin {
color: #d55b39;
}
.ibis-wing {
color: #f48e80;
}
.cloud-pink {
color: #f7d2ca;
}
.rose-frost {
color: #ffedeb;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--sweet-mandarin:#d55b39;
--ibis-wing:#f48e80;
--cloud-pink:#f7d2ca;
--rose-frost:#ffedeb;
}