Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.indigo-navy-blue {
color: #4f6187;
}
.oilcloth-green {
color: #7fbd93;
}
.blonde-girl {
color: #f1c45b;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--indigo-navy-blue:#4f6187;
--oilcloth-green:#7fbd93;
--blonde-girl:#f1c45b;
--vampire-red:#d63f2e;
}