Color names in this palette
CSS code for this palette
/* CSS */
.ruggero-red {
color: #8d3f3f;
}
.escalante {
color: #a85d5d;
}
.dirty-pink {
color: #c87e7e;
}
.blushing-bud {
color: #e09a9a;
}
.princess-bride {
color: #f6c1c1;
}
/* CSS Variables */
:root {
--ruggero-red:#8d3f3f;
--escalante:#a85d5d;
--dirty-pink:#c87e7e;
--blushing-bud:#e09a9a;
--princess-bride:#f6c1c1;
}