Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1d1f25;
}
.provincial-blue {
color: #5d7c92;
}
.sterling-blue {
color: #a2b8c3;
}
.golden-ecru {
color: #d6c39f;
}
.old-geranium {
color: #c76b88;
}
/* CSS Variables */
:root {
--noble-black:#1d1f25;
--provincial-blue:#5d7c92;
--sterling-blue:#a2b8c3;
--golden-ecru:#d6c39f;
--old-geranium:#c76b88;
}