Color names in this palette
CSS code for this palette
/* CSS */
.nervy-hue {
color: #d4c65e;
}
.cool-aloe {
color: #aad8a2;
}
.peach-taffy {
color: #f3b58c;
}
.oranzhewyi-orange {
color: #f15d3b;
}
.gladiola-violet {
color: #6e4e79;
}
/* CSS Variables */
:root {
--nervy-hue:#d4c65e;
--cool-aloe:#aad8a2;
--peach-taffy:#f3b58c;
--oranzhewyi-orange:#f15d3b;
--gladiola-violet:#6e4e79;
}