Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d65d29;
}
.ornery-tangerine {
color: #f67e23;
}
.sundance {
color: #f8c76d;
}
.french-vanilla {
color: #f1e0a7;
}
.longing-for-nature {
color: #4b9b5f;
}
/* CSS Variables */
:root {
--obstinate-orange:#d65d29;
--ornery-tangerine:#f67e23;
--sundance:#f8c76d;
--french-vanilla:#f1e0a7;
--longing-for-nature:#4b9b5f;
}