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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Fargo North Dakota color palette created on .