Color names in this palette
CSS code for this palette
/* CSS */
.carter-s-scroll {
color: #3f5b7d;
}
.derby-green {
color: #5b9f86;
}
.high-honey {
color: #e0b94d;
}
.cinnamon-stone {
color: #c65a39;
}
.rumba-red {
color: #8c2c3e;
}
/* CSS Variables */
:root {
--carter-s-scroll:#3f5b7d;
--derby-green:#5b9f86;
--high-honey:#e0b94d;
--cinnamon-stone:#c65a39;
--rumba-red:#8c2c3e;
}