Color names in this palette
CSS code for this palette
/* CSS */
.mountain-iris {
color: #5c5c8a;
}
.shadow-woods {
color: #8a7a5c;
}
.nervy-hue {
color: #d9c95e;
}
.bone-white {
color: #f3e2af;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--mountain-iris:#5c5c8a;
--shadow-woods:#8a7a5c;
--nervy-hue:#d9c95e;
--bone-white:#f3e2af;
--dodgeroll-gold:#f39c12;
}