Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4c8cbd;
}
.bluebrite {
color: #6bbfdb;
}
.vandermint {
color: #a7e1e6;
}
.funky-yellow {
color: #f1d06f;
}
.pastel-strawberry {
color: #f14b4b;
}
/* CSS Variables */
:root {
--boat-house:#4c8cbd;
--bluebrite:#6bbfdb;
--vandermint:#a7e1e6;
--funky-yellow:#f1d06f;
--pastel-strawberry:#f14b4b;
}