Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84c3c;
}
.mineral-yellow {
color: #d19d3d;
}
.burnished-russet {
color: #7a3c2a;
}
.hull-red {
color: #4d0f0f;
}
.zenith-heights {
color: #a6c9c5;
}
/* CSS Variables */
:root {
--painted-poppy:#c84c3c;
--mineral-yellow:#d19d3d;
--burnished-russet:#7a3c2a;
--hull-red:#4d0f0f;
--zenith-heights:#a6c9c5;
}