Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1e25;
}
.provocative {
color: #4b4f7c;
}
.bossa-nova-blue {
color: #7a7f9f;
}
.mandarin-red {
color: #e74d3c;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1e25;
--provocative:#4b4f7c;
--bossa-nova-blue:#7a7f9f;
--mandarin-red:#e74d3c;
--dodgeroll-gold:#f39c12;
}