Color names in this palette
CSS code for this palette
/* CSS */
.mahogany-rose {
color: #c19a8f;
}
.toasted-coconut {
color: #e8c1a1;
}
.garbanzo-bean {
color: #f0d5a3;
}
.first-date {
color: #f4b69f;
}
.tawny-orange {
color: #d27d70;
}
/* CSS Variables */
:root {
--mahogany-rose:#c19a8f;
--toasted-coconut:#e8c1a1;
--garbanzo-bean:#f0d5a3;
--first-date:#f4b69f;
--tawny-orange:#d27d70;
}