Dark Blue Gangs Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Blue Gangs palette

Share this palette to:

Dark Blue Gangs color palette PNG image

Download dark blue gangs color palette PNG image (landscape)
Download dark blue gangs color palette PNG image (square)

Dark Blue Gangs color palette CSS

/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #3b4a8c;
}
.color-3 {
color: #a85f2e;
}
.color-4 {
color: #d8a44b;
}
.color-5 {
color: #e13e33;
}

/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #3b4a8c;
--color-3: #a85f2e;
--color-4: #d8a44b;
--color-5: #e13e33;
}

Dark Blue Gangs background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #3b4a8c, #a85f2e, #d8a44b, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #3b4a8c, #a85f2e, #d8a44b, #e13e33);
}

Dark Blue Gangs color palette created on .