Color names in this palette
CSS code for this palette
/* CSS */
.ake-blood {
color: #d63924;
}
.welcoming-wasp {
color: #f0a800;
}
.android-green {
color: #a7c83c;
}
.shipyard {
color: #4f6d87;
}
.virginia-blue {
color: #b7c5d7;
}
/* CSS Variables */
:root {
--ake-blood:#d63924;
--welcoming-wasp:#f0a800;
--android-green:#a7c83c;
--shipyard:#4f6d87;
--virginia-blue:#b7c5d7;
}