Color names in this palette
CSS code for this palette
/* CSS */
.barrel-aged {
color: #8c6b45;
}
.city-sunrise {
color: #d1a67a;
}
.pulled-taffy {
color: #f2d4ba;
}
.saltwater-depth {
color: #4f8c6c;
}
.te-papa-green {
color: #2a4c41;
}
/* CSS Variables */
:root {
--barrel-aged:#8c6b45;
--city-sunrise:#d1a67a;
--pulled-taffy:#f2d4ba;
--saltwater-depth:#4f8c6c;
--te-papa-green:#2a4c41;
}