Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.indigo-navy-blue {
color: #4f6187;
}
.prophetic-sea {
color: #808c99;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--indigo-navy-blue:#4f6187;
--prophetic-sea:#808c99;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}