Color names in this palette
CSS code for this palette
/* CSS */
.red-sparowes {
color: #c6746c;
}
.pink-sand {
color: #dfaf9a;
}
.woven-raffia {
color: #f1e1c1;
}
.maximum-yellow-red {
color: #f2ba4a;
}
.smoldering-copper {
color: #a96e4c;
}
/* CSS Variables */
:root {
--red-sparowes:#c6746c;
--pink-sand:#dfaf9a;
--woven-raffia:#f1e1c1;
--maximum-yellow-red:#f2ba4a;
--smoldering-copper:#a96e4c;
}