Fleetway Color Palette

Discover the beautiful Fleetway color palette featuring firefly (#0d1e2b), east bay (#3c4e77), gothic (#6b909e), sinbad (#a5c9d5) and quarter spanish white (#faf4eb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Dark, Modern 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 Fleetway palette

Share this palette to:

💻 Fleetway color palette CSS

/* CSS */
.color-1 {
color: #0d1e2b;
}
.color-2 {
color: #3c4e77;
}
.color-3 {
color: #6b909e;
}
.color-4 {
color: #a5c9d5;
}
.color-5 {
color: #faf4eb;
}

/* CSS Variables */
:root {
--color-1: #0d1e2b;
--color-2: #3c4e77;
--color-3: #6b909e;
--color-4: #a5c9d5;
--color-5: #faf4eb;
}

🌈 Fleetway background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0d1e2b, #3c4e77, #6b909e, #a5c9d5, #faf4eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0d1e2b, #3c4e77, #6b909e, #a5c9d5, #faf4eb);
}

Fleetway color palette created on .