Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4b7b;
}
.boat-house {
color: #4b8bc3;
}
.water-flow {
color: #78c2d9;
}
.security {
color: #d4e3c4;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4b7b;
--boat-house:#4b8bc3;
--water-flow:#78c2d9;
--security:#d4e3c4;
--welcoming-wasp:#f0a800;
}