Color names in this palette
CSS code for this palette
/* CSS */
.inkwell-inception {
color: #1d1f20;
}
.mountain-blueberry {
color: #3d4d6b;
}
.blue-heaven {
color: #5b7f9a;
}
.winsome-hue {
color: #a7d8e2;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--inkwell-inception:#1d1f20;
--mountain-blueberry:#3d4d6b;
--blue-heaven:#5b7f9a;
--winsome-hue:#a7d8e2;
--apricot-glazed-chicken:#f5a524;
}