Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d65a29;
}
.florida-sunrise {
color: #f6aa6f;
}
.5 {
color: #f9d68b;
}
.forest-maid {
color: #4ebc5e;
}
.blue-mosque {
color: #1d3c6d;
}
/* CSS Variables */
:root {
--obstinate-orange:#d65a29;
--florida-sunrise:#f6aa6f;
--5:#f9d68b;
--forest-maid:#4ebc5e;
--blue-mosque:#1d3c6d;
}