Color names in this palette
CSS code for this palette
/* CSS */
.obstinate-orange {
color: #d85a2c;
}
.lemon-dream {
color: #f0a400;
}
.oyster-bisque {
color: #f2e5b0;
}
.citrus-surge {
color: #8bc34b;
}
.azurean {
color: #5abfdd;
}
/* CSS Variables */
:root {
--obstinate-orange:#d85a2c;
--lemon-dream:#f0a400;
--oyster-bisque:#f2e5b0;
--citrus-surge:#8bc34b;
--azurean:#5abfdd;
}