Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.venetian-yellow {
color: #f7e1a1;
}
.toasted-coconut {
color: #e8c1a1;
}
.chanterelle {
color: #d9a220;
}
.first-date {
color: #f2b2a1;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--venetian-yellow:#f7e1a1;
--toasted-coconut:#e8c1a1;
--chanterelle:#d9a220;
--first-date:#f2b2a1;
}