Color names in this palette
CSS code for this palette
/* CSS */
.spirit-warrior {
color: #d9513f;
}
.chat-orange {
color: #f99f3e;
}
.here-comes-the-sun {
color: #fedc62;
}
.tropical-light {
color: #a1d96d;
}
.mysterious-blue {
color: #3d7c8a;
}
/* CSS Variables */
:root {
--spirit-warrior:#d9513f;
--chat-orange:#f99f3e;
--here-comes-the-sun:#fedc62;
--tropical-light:#a1d96d;
--mysterious-blue:#3d7c8a;
}