Color names in this palette
CSS code for this palette
/* CSS */
.silver-rust {
color: #c8a3e6;
}
.pale-coral {
color: #f1d1b6;
}
.orchid-orange {
color: #ff9f80;
}
.pompelmo {
color: #ff6b6b;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--silver-rust:#c8a3e6;
--pale-coral:#f1d1b6;
--orchid-orange:#ff9f80;
--pompelmo:#ff6b6b;
--coral-red:#ff3d3d;
}