Color names in this palette
CSS code for this palette
/* CSS */
.rusty-chainmail {
color: #c94a4c;
}
.calabrese {
color: #f1a8a2;
}
.phoenix-fossil {
color: #f6d89d;
}
.rebounder {
color: #bad86f;
}
.algen-gerne {
color: #499c83;
}
/* CSS Variables */
:root {
--rusty-chainmail:#c94a4c;
--calabrese:#f1a8a2;
--phoenix-fossil:#f6d89d;
--rebounder:#bad86f;
--algen-gerne:#499c83;
}