Color names in this palette
CSS code for this palette
/* CSS */
.carmel {
color: #915d3b;
}
.template {
color: #a6c6e7;
}
.march-tulip-green {
color: #d6c77a;
}
.antilles-blue {
color: #3b5b8c;
}
.ruddy-oak {
color: #a1654f;
}
/* CSS Variables */
:root {
--carmel:#915d3b;
--template:#a6c6e7;
--march-tulip-green:#d6c77a;
--antilles-blue:#3b5b8c;
--ruddy-oak:#a1654f;
}