Color names in this palette
CSS code for this palette
/* CSS */
.spirit-warrior {
color: #d9513f;
}
.ronchi {
color: #e8b54f;
}
.california-dreaming {
color: #d9c46d;
}
.sapling {
color: #a4c45a;
}
.middle-green {
color: #4e8d56;
}
/* CSS Variables */
:root {
--spirit-warrior:#d9513f;
--ronchi:#e8b54f;
--california-dreaming:#d9c46d;
--sapling:#a4c45a;
--middle-green:#4e8d56;
}