Color names in this palette
CSS code for this palette
/* CSS */
.surya-red {
color: #701a24;
}
.ruby-slippers {
color: #9b2c33;
}
.holland-red {
color: #c74943;
}
.lively-coral {
color: #e57b7d;
}
.precious-pink {
color: #f5b2b6;
}
/* CSS Variables */
:root {
--surya-red:#701a24;
--ruby-slippers:#9b2c33;
--holland-red:#c74943;
--lively-coral:#e57b7d;
--precious-pink:#f5b2b6;
}