Color names in this palette
CSS code for this palette
/* CSS */
.boat-house {
color: #4a8cbf;
}
.endeavour {
color: #295a8e;
}
.assault {
color: #1d3f72;
}
.welcoming-wasp {
color: #f0a800;
}
.fire-bolt {
color: #d0490b;
}
/* CSS Variables */
:root {
--boat-house:#4a8cbf;
--endeavour:#295a8e;
--assault:#1d3f72;
--welcoming-wasp:#f0a800;
--fire-bolt:#d0490b;
}