Color names in this palette
CSS code for this palette
/* CSS */
.immortelle-yellow {
color: #d3a50d;
}
.hubbard-squash {
color: #e9bf8b;
}
.flan {
color: #f7e2b6;
}
.tea-towel {
color: #c5a8c7;
}
.violet-indigo {
color: #4a2c6d;
}
/* CSS Variables */
:root {
--immortelle-yellow:#d3a50d;
--hubbard-squash:#e9bf8b;
--flan:#f7e2b6;
--tea-towel:#c5a8c7;
--violet-indigo:#4a2c6d;
}