Color names in this palette
CSS code for this palette
/* CSS */
.yellow-currant {
color: #f5c56b;
}
.zucchini-flower {
color: #e6a84c;
}
.sticky-toffee {
color: #d08149;
}
.scotch-thistle {
color: #9c6c9d;
}
.stream {
color: #4b5d7c;
}
/* CSS Variables */
:root {
--yellow-currant:#f5c56b;
--zucchini-flower:#e6a84c;
--sticky-toffee:#d08149;
--scotch-thistle:#9c6c9d;
--stream:#4b5d7c;
}