Color names in this palette
CSS code for this palette
/* CSS */
.noble-knight {
color: #3a4c78;
}
.chesty-bond {
color: #4f70a1;
}
.blue-chrysocolla {
color: #7ab9d1;
}
.green-sheen {
color: #d9c34a;
}
.tartare {
color: #c05939;
}
/* CSS Variables */
:root {
--noble-knight:#3a4c78;
--chesty-bond:#4f70a1;
--blue-chrysocolla:#7ab9d1;
--green-sheen:#d9c34a;
--tartare:#c05939;
}