Color names in this palette
CSS code for this palette
/* CSS */
.nordic {
color: #1f3a3d;
}
.peabody {
color: #3e6f70;
}
.cold-front-green {
color: #80b3b1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.spirit-warrior {
color: #d9513f;
}
/* CSS Variables */
:root {
--nordic:#1f3a3d;
--peabody:#3e6f70;
--cold-front-green:#80b3b1;
--apricot-glazed-chicken:#f5a524;
--spirit-warrior:#d9513f;
}