Discover the beautiful Steadfast Harmony color palette featuring bismark (#50708b), rock blue (#a3bfd1), cashmere (#e8c7a1), sandy brown (#f4a462) and roman (#d8544f).

Steadfast Harmony Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Steadfast Harmony palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Steadfast Harmony palette

Share this palette to:

💻 Steadfast Harmony color palette CSS

/* CSS */
.color-1 {
color: #50708b;
}
.color-2 {
color: #a3bfd1;
}
.color-3 {
color: #e8c7a1;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #50708b;
--color-2: #a3bfd1;
--color-3: #e8c7a1;
--color-4: #f4a462;
--color-5: #d8544f;
}

🌈 Steadfast Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #50708b, #a3bfd1, #e8c7a1, #f4a462, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #50708b, #a3bfd1, #e8c7a1, #f4a462, #d8544f);
}

Steadfast Harmony color palette created on .