Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.blue-square {
color: #4e8a97;
}
.mint-bonbon-green {
color: #7cb1a7;
}
.butter-cream {
color: #f1b341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--blue-square:#4e8a97;
--mint-bonbon-green:#7cb1a7;
--butter-cream:#f1b341;
--vampire-red:#d63f2e;
}