Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.chanterelle {
color: #dba81a;
}
.luxor-gold {
color: #a88b3e;
}
.bossa-nova-blue {
color: #7b7c9d;
}
.odyssey-grey {
color: #4b4d5d;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--chanterelle:#dba81a;
--luxor-gold:#a88b3e;
--bossa-nova-blue:#7b7c9d;
--odyssey-grey:#4b4d5d;
}