Strategic Spectrum Color Palette

Discover the beautiful Strategic Spectrum color palette featuring blumine (#1f4e7a), steel blue (#40809c), tradewind (#50b9a2), conifer (#a2d94a) and casablanca (#f7c94b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Green, Bright, 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 Strategic Spectrum palette

Share this palette to:

💻 Strategic Spectrum color palette CSS

/* CSS */
.color-1 {
color: #1f4e7a;
}
.color-2 {
color: #40809c;
}
.color-3 {
color: #50b9a2;
}
.color-4 {
color: #a2d94a;
}
.color-5 {
color: #f7c94b;
}

/* CSS Variables */
:root {
--color-1: #1f4e7a;
--color-2: #40809c;
--color-3: #50b9a2;
--color-4: #a2d94a;
--color-5: #f7c94b;
}

🌈 Strategic Spectrum background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e7a, #40809c, #50b9a2, #a2d94a, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e7a, #40809c, #50b9a2, #a2d94a, #f7c94b);
}

Strategic Spectrum color palette created on .