Color names in this palette
CSS code for this palette
/* CSS */
.theatre-blue {
color: #1e4e7b;
}
.boat-house {
color: #4a8cbf;
}
.spritzig {
color: #73c3e7;
}
.welcoming-wasp {
color: #f0a800;
}
.24-carrot {
color: #e76a27;
}
/* CSS Variables */
:root {
--theatre-blue:#1e4e7b;
--boat-house:#4a8cbf;
--spritzig:#73c3e7;
--welcoming-wasp:#f0a800;
--24-carrot:#e76a27;
}