Color names in this palette
CSS code for this palette
/* CSS */
.first-date {
color: #f5b4a3;
}
.salmon-orange {
color: #ff8e6b;
}
.orange-soda {
color: #ff5e3d;
}
.ronchi {
color: #e9b54e;
}
.maple-glaze {
color: #a86a3e;
}
/* CSS Variables */
:root {
--first-date:#f5b4a3;
--salmon-orange:#ff8e6b;
--orange-soda:#ff5e3d;
--ronchi:#e9b54e;
--maple-glaze:#a86a3e;
}