Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f9bfb4;
}
.orange-maple {
color: #d69e80;
}
.apricot-mix {
color: #b47955;
}
.cara-be {
color: #7b5b4c;
}
.burnt-bamboo {
color: #4b3a3c;
}
/* CSS Variables */
:root {
--rustique:#f9bfb4;
--orange-maple:#d69e80;
--apricot-mix:#b47955;
--cara-be:#7b5b4c;
--burnt-bamboo:#4b3a3c;
}