Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.cossack-dancer {
color: #4f8ba1;
}
.batch-blue {
color: #87b5c9;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--cossack-dancer:#4f8ba1;
--batch-blue:#87b5c9;
--solar-plexus-chakra:#f1cb4b;
--vampire-red:#d63f2e;
}