Hombre Color Palette

Discover the beautiful Hombre color palette featuring rock blue (#96a9ca), pigeon post (#a8c1d6), botticelli (#c4dce4), zanah (#dbf0db) and bianca (#fbf7ef).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Beach, Bright, Cream, Muted, Summer 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 Hombre palette

Share this palette to:

💻 Hombre color palette CSS

/* CSS */
.color-1 {
color: #96a9ca;
}
.color-2 {
color: #a8c1d6;
}
.color-3 {
color: #c4dce4;
}
.color-4 {
color: #dbf0db;
}
.color-5 {
color: #fbf7ef;
}

/* CSS Variables */
:root {
--color-1: #96a9ca;
--color-2: #a8c1d6;
--color-3: #c4dce4;
--color-4: #dbf0db;
--color-5: #fbf7ef;
}

🌈 Hombre background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #96a9ca, #a8c1d6, #c4dce4, #dbf0db, #fbf7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #96a9ca, #a8c1d6, #c4dce4, #dbf0db, #fbf7ef);
}

Hombre color palette created on .