Color names in this palette
CSS code for this palette
/* CSS */
.resort-sunrise {
color: #f5d6c7;
}
.antique-cameo {
color: #f2b9a1;
}
.animated-coral {
color: #eb8d7f;
}
.ardent-coral {
color: #e5726c;
}
.rosy-sunset {
color: #d65a51;
}
/* CSS Variables */
:root {
--resort-sunrise:#f5d6c7;
--antique-cameo:#f2b9a1;
--animated-coral:#eb8d7f;
--ardent-coral:#e5726c;
--rosy-sunset:#d65a51;
}