Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #d12929;
}
.phellodendron-amurense {
color: #f7bf3b;
}
.lemon-dream {
color: #f0a400;
}
.vivid-imagination {
color: #5e9b59;
}
.dazzling-blue {
color: #3b4d9b;
}
/* CSS Variables */
:root {
--chi-gong:#d12929;
--phellodendron-amurense:#f7bf3b;
--lemon-dream:#f0a400;
--vivid-imagination:#5e9b59;
--dazzling-blue:#3b4d9b;
}