Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a3d6e6;
}
.first-date {
color: #f3afa0;
}
.banana-pepper {
color: #fad12e;
}
.chat-orange {
color: #f69c3c;
}
.gladiator-leather {
color: #a85a3e;
}
/* CSS Variables */
:root {
--nevada-sky:#a3d6e6;
--first-date:#f3afa0;
--banana-pepper:#fad12e;
--chat-orange:#f69c3c;
--gladiator-leather:#a85a3e;
}