Captain America Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Captain America palette

Share this palette to:

Captain America color palette CSS

/* CSS */
.color-1 {
color: #3b5897;
}
.color-2 {
color: #00aaff;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #f05028;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #3b5897;
--color-2: #00aaff;
--color-3: #ffcc00;
--color-4: #f05028;
--color-5: #ffffff;
}

Captain America background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5897, #00aaff, #ffcc00, #f05028, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5897, #00aaff, #ffcc00, #f05028, #ffffff);
}

Captain America color palette created on .