Color names in this palette
CSS code for this palette
/* CSS */
.ancient-copper {
color: #9f533c;
}
.egyptian-gold {
color: #efa64d;
}
.highlight-gold {
color: #e0c16c;
}
.landscape {
color: #c1cfa5;
}
.chapel-blue {
color: #b3d2ea;
}
/* CSS Variables */
:root {
--ancient-copper:#9f533c;
--egyptian-gold:#efa64d;
--highlight-gold:#e0c16c;
--landscape:#c1cfa5;
--chapel-blue:#b3d2ea;
}