Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.boat-house {
color: #4e8dc1;
}
.shimmer {
color: #89c6eb;
}
.sandy {
color: #f1db79;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--boat-house:#4e8dc1;
--shimmer:#89c6eb;
--sandy:#f1db79;
--vampire-red:#d63f2e;
}