Color names in this palette
CSS code for this palette
/* CSS */
.resort-sunrise {
color: #f5d6c7;
}
.priceless-coral {
color: #e7a88d;
}
.light-tomato {
color: #d27870;
}
.martian-ironearth {
color: #c35d4b;
}
.indiscreet {
color: #ab3c3b;
}
/* CSS Variables */
:root {
--resort-sunrise:#f5d6c7;
--priceless-coral:#e7a88d;
--light-tomato:#d27870;
--martian-ironearth:#c35d4b;
--indiscreet:#ab3c3b;
}