Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8fba;
}
.mizu {
color: #70c2e6;
}
.fresh-water {
color: #c4e2f3;
}
.butter-cream {
color: #f5b042;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--boat-house:#4a8fba;
--mizu:#70c2e6;
--fresh-water:#c4e2f3;
--butter-cream:#f5b042;
--vampire-red:#d63f2e;
}