Color names in this palette
CSS code for this palette
/* CSS */
.intermediate-green {
color: #1d7c33;
}
.red-team-spirit {
color: #b63a3a;
}
.spring-lobster-brown {
color: #6d2c30;
}
.whiskey-sour {
color: #d18d5c;
}
.bermuda-onion {
color: #a35c93;
}
/* CSS Variables */
:root {
--intermediate-green:#1d7c33;
--red-team-spirit:#b63a3a;
--spring-lobster-brown:#6d2c30;
--whiskey-sour:#d18d5c;
--bermuda-onion:#a35c93;
}