Color names in this palette
CSS code for this palette
/* CSS */
.maple-beige {
color: #fad3a3;
}
.first-date {
color: #f4b19f;
}
.ibis-wing {
color: #f29382;
}
.pueblo-rose {
color: #e9796d;
}
.bricks-of-hope {
color: #d75b5b;
}
/* CSS Variables */
:root {
--maple-beige:#fad3a3;
--first-date:#f4b19f;
--ibis-wing:#f29382;
--pueblo-rose:#e9796d;
--bricks-of-hope:#d75b5b;
}