Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.dried-goldenrod {
color: #e3a32b;
}
.bitter-orange {
color: #d8792c;
}
.red-damask {
color: #c86f46;
}
.smoke-tree {
color: #ba5d36;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--dried-goldenrod:#e3a32b;
--bitter-orange:#d8792c;
--red-damask:#c86f46;
--smoke-tree:#ba5d36;
}