Color names in this palette
CSS code for this palette
/* CSS */
.seattle-red {
color: #791b29;
}
.japanese-carmine {
color: #a12b35;
}
.rusty-chainmail {
color: #c4454d;
}
.lively-coral {
color: #e57b7b;
}
.loveable {
color: #f2c4c7;
}
/* CSS Variables */
:root {
--seattle-red:#791b29;
--japanese-carmine:#a12b35;
--rusty-chainmail:#c4454d;
--lively-coral:#e57b7b;
--loveable:#f2c4c7;
}