Color names in this palette
CSS code for this palette
/* CSS */
.nightly-expedition {
color: #1a1a8e;
}
.blue-gem {
color: #4b3e8e;
}
.purple-mystery {
color: #7f5b8b;
}
.caramel-sauce {
color: #b87e4c;
}
.westfall-yellow {
color: #f9d44e;
}
/* CSS Variables */
:root {
--nightly-expedition:#1a1a8e;
--blue-gem:#4b3e8e;
--purple-mystery:#7f5b8b;
--caramel-sauce:#b87e4c;
--westfall-yellow:#f9d44e;
}