American Flag Color Palette

Discover the beautiful American Flag color palette featuring coral red (#ff3d3d), white (#ffffff), ship gray (#3c3b3f), san marino (#3c6eb4) and tall poppy (#c02a2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, White, Blue, Crimson, Bright, Flag, America color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with American Flag palette

Share this palette to:

💻 American Flag color palette CSS

/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #3c3b3f;
}
.color-4 {
color: #3c6eb4;
}
.color-5 {
color: #c02a2a;
}

/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #ffffff;
--color-3: #3c3b3f;
--color-4: #3c6eb4;
--color-5: #c02a2a;
}

🌈 American Flag background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #ffffff, #3c3b3f, #3c6eb4, #c02a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #ffffff, #3c3b3f, #3c6eb4, #c02a2a);
}

American Flag color palette created on .