Color names in this palette
CSS code for this palette
/* CSS */
.bright-yarrow {
color: #f7cf69;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.iceland-poppy {
color: #f67a2c;
}
.war-paint-red {
color: #d65f1f;
}
.sweet-brown {
color: #a7382a;
}
/* CSS Variables */
:root {
--bright-yarrow:#f7cf69;
--gemini-mustard-momento:#f9a94e;
--iceland-poppy:#f67a2c;
--war-paint-red:#d65f1f;
--sweet-brown:#a7382a;
}