Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e3a1;
}
.nihilakh-oxide {
color: #9fd6b3;
}
.silver-rust {
color: #c7a2e2;
}
.christy-s-smile {
color: #f6bbc6;
}
.outrageous-orange {
color: #ff6947;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e3a1;
--nihilakh-oxide:#9fd6b3;
--silver-rust:#c7a2e2;
--christy-s-smile:#f6bbc6;
--outrageous-orange:#ff6947;
}