Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.agate-green {
color: #509189;
}
.white-scar {
color: #8ba2a2;
}
.sandstorm {
color: #f1d341;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--agate-green:#509189;
--white-scar:#8ba2a2;
--sandstorm:#f1d341;
--vampire-red:#d63f2e;
}