Color names in this palette
CSS code for this palette
/* CSS */
.saturn {
color: #f9e4be;
}
.scalloped-oak {
color: #f1d1a2;
}
.burlywood {
color: #e1b789;
}
.cinnamon-brandy {
color: #d08c6c;
}
.tandoori {
color: #b95a4b;
}
/* CSS Variables */
:root {
--saturn:#f9e4be;
--scalloped-oak:#f1d1a2;
--burlywood:#e1b789;
--cinnamon-brandy:#d08c6c;
--tandoori:#b95a4b;
}