Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f7b2a1;
}
.fruit-shake {
color: #f29c8c;
}
.salmon-carpaccio {
color: #f1887e;
}
.orangeville {
color: #e86c5e;
}
.rosy-sunset {
color: #da5c4e;
}
/* CSS Variables */
:root {
--first-date:#f7b2a1;
--fruit-shake:#f29c8c;
--salmon-carpaccio:#f1887e;
--orangeville:#e86c5e;
--rosy-sunset:#da5c4e;
}