Color names in this palette
CSS code for this palette
/* CSS */
.canyon-wall {
color: #a14936;
}
.orange-maple {
color: #d69d85;
}
.sunset-drive {
color: #e8bba1;
}
.elegant-ivory {
color: #f1e6d5;
}
.ivory-tower {
color: #f9f2f1;
}
/* CSS Variables */
:root {
--canyon-wall:#a14936;
--orange-maple:#d69d85;
--sunset-drive:#e8bba1;
--elegant-ivory:#f1e6d5;
--ivory-tower:#f9f2f1;
}