Color names in this palette
CSS code for this palette
/* CSS */
.noble-black {
color: #1e1f24;
}
.in-the-dark {
color: #3a3c41;
}
.blue-linen {
color: #5c606a;
}
.frozen-tundra {
color: #a2c1c8;
}
.ginger-milk {
color: #f6a051;
}
/* CSS Variables */
:root {
--noble-black:#1e1f24;
--in-the-dark:#3a3c41;
--blue-linen:#5c606a;
--frozen-tundra:#a2c1c8;
--ginger-milk:#f6a051;
}