Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d55a2a;
}
.orange-gluttony {
color: #e77e23;
}
.sunny-mood {
color: #f6c84c;
}
.french-market {
color: #a2c8a7;
}
.boat-house {
color: #4b8abe;
}
/* CSS Variables */
:root {
--obstinate-orange:#d55a2a;
--orange-gluttony:#e77e23;
--sunny-mood:#f6c84c;
--french-market:#a2c8a7;
--boat-house:#4b8abe;
}