Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.newman-s-eye {
color: #b2c7e0;
}
.vizcaya {
color: #7c9c9a;
}
.spinel-violet {
color: #392a3c;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--enjoyable-yellow:#f6d6a7;
--newman-s-eye:#b2c7e0;
--vizcaya:#7c9c9a;
--spinel-violet:#392a3c;
}