Color names in this palette
CSS code for this palette
/* CSS */
.carrot-orange {
color: #ef8c1a;
}
.sandy-brown {
color: #f1a65f;
}
.antique-wicker-basket {
color: #f1d4a2;
}
.sea-cliff {
color: #a3c7e0;
}
.blue-oyster-cult {
color: #4b7bec;
}
/* CSS Variables */
:root {
--carrot-orange:#ef8c1a;
--sandy-brown:#f1a65f;
--antique-wicker-basket:#f1d4a2;
--sea-cliff:#a3c7e0;
--blue-oyster-cult:#4b7bec;
}