Fargo North Dakota Color Palette

Discover the beautiful Fargo North Dakota color palette featuring desert (#af4e1d), old gold (#d6993d), ronchi (#f1c84b), pigeon post (#a5c7d5) and horizon (#5b909a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Autumn, Beach, Blue, Bright, Coastal, Green, Sunset, Tropical, Vibrant 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 Fargo North Dakota palette

Share this palette to:

๐Ÿ’ป Fargo North Dakota color palette CSS

/* CSS */
.color-1 {
color: #af4e1d;
}
.color-2 {
color: #d6993d;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a5c7d5;
}
.color-5 {
color: #5b909a;
}

/* CSS Variables */
:root {
--color-1: #af4e1d;
--color-2: #d6993d;
--color-3: #f1c84b;
--color-4: #a5c7d5;
--color-5: #5b909a;
}

๐ŸŒˆ Fargo North Dakota background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #af4e1d, #d6993d, #f1c84b, #a5c7d5, #5b909a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #af4e1d, #d6993d, #f1c84b, #a5c7d5, #5b909a);
}

Fargo North Dakota color palette created on .