Color names in this palette
CSS code for this palette
/* CSS */
.siren {
color: #6d2c3e;
}
.buttercup-yellow {
color: #e2c2a2;
}
.nautical {
color: #2b4c7d;
}
.eerie-black {
color: #1a1a1a;
}
.autumn-robin {
color: #c54a2b;
}
/* CSS Variables */
:root {
--siren:#6d2c3e;
--buttercup-yellow:#e2c2a2;
--nautical:#2b4c7d;
--eerie-black:#1a1a1a;
--autumn-robin:#c54a2b;
}