Color names in this palette
CSS code for this palette
/* CSS */
.immortelle-yellow {
color: #d6a205;
}
.dull-violet {
color: #803d8a;
}
.wizard-s-potion {
color: #5b5d9a;
}
.larkspur {
color: #3c7f90;
}
.lime-bright {
color: #f2e3b0;
}
/* CSS Variables */
:root {
--immortelle-yellow:#d6a205;
--dull-violet:#803d8a;
--wizard-s-potion:#5b5d9a;
--larkspur:#3c7f90;
--lime-bright:#f2e3b0;
}