Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1e1f29;
}
.mountain-fig {
color: #393b4c;
}
.agate-violet {
color: #575b75;
}
.tempest {
color: #797e9a;
}
.jacaranda-light {
color: #a9a9b7;
}
/* CSS Variables */
:root {
--noble-black:#1e1f29;
--mountain-fig:#393b4c;
--agate-violet:#575b75;
--tempest:#797e9a;
--jacaranda-light:#a9a9b7;
}