Color names in this palette
CSS code for this palette
/* CSS */
.rich-sorrel {
color: #a87c3e;
}
.cameleer {
color: #e3b05f;
}
.sport-yellow {
color: #f2d578;
}
.frozen-blue {
color: #a6c4d9;
}
.algen-gerne {
color: #499c89;
}
/* CSS Variables */
:root {
--rich-sorrel:#a87c3e;
--cameleer:#e3b05f;
--sport-yellow:#f2d578;
--frozen-blue:#a6c4d9;
--algen-gerne:#499c89;
}