Rocky Color Palette

Discover the beautiful Rocky color palette featuring ferra (#6d4e4a), santa fe (#b67b5d), zombie (#e5ca9f), sandwisp (#f3e1a5) and saffron mango (#f9c54e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Nature, Rocky, Soft, Tan, Vibrant, Warm 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 Rocky palette

Share this palette to:

💻 Rocky color palette CSS

/* CSS */
.color-1 {
color: #6d4e4a;
}
.color-2 {
color: #b67b5d;
}
.color-3 {
color: #e5ca9f;
}
.color-4 {
color: #f3e1a5;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #6d4e4a;
--color-2: #b67b5d;
--color-3: #e5ca9f;
--color-4: #f3e1a5;
--color-5: #f9c54e;
}

🌈 Rocky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d4e4a, #b67b5d, #e5ca9f, #f3e1a5, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d4e4a, #b67b5d, #e5ca9f, #f3e1a5, #f9c54e);
}

Rocky color palette created on .