Color names in this palette
CSS code for this palette
/* CSS */
.tamale-maize {
color: #f7e8b6;
}
.alpenglow {
color: #f1bdb7;
}
.herb-robert {
color: #d7a3e0;
}
.sea-cliff {
color: #a4c8df;
}
.golden-hour {
color: #f5b656;
}
/* CSS Variables */
:root {
--tamale-maize:#f7e8b6;
--alpenglow:#f1bdb7;
--herb-robert:#d7a3e0;
--sea-cliff:#a4c8df;
--golden-hour:#f5b656;
}