Color names in this palette
CSS code for this palette
/* CSS */
.chanterelle {
color: #d9a520;
}
.bright-khaki {
color: #f0e78e;
}
.n-rang-orange {
color: #ff8052;
}
.matt-pink {
color: #ffb8c1;
}
.bright-blue-violet {
color: #8a2ce2;
}
/* CSS Variables */
:root {
--chanterelle:#d9a520;
--bright-khaki:#f0e78e;
--n-rang-orange:#ff8052;
--matt-pink:#ffb8c1;
--bright-blue-violet:#8a2ce2;
}