Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.faded-red {
color: #d84b4e;
}
.lively-coral {
color: #e57b7f;
}
.ballerina-pink {
color: #f7b6b8;
}
.rose-aspect {
color: #f2c5c7;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--faded-red:#d84b4e;
--lively-coral:#e57b7f;
--ballerina-pink:#f7b6b8;
--rose-aspect:#f2c5c7;
}