Rocky Color Palette

Discover the beautiful Rocky color palette featuring ironstone (#8c4b3b), quicksand (#c19d8a), cashmere (#e6c8a7), spring wood (#f1eee4) and cadet blue (#a1b2c4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Blue, Brown, Earthy, Nature, Rocky, Soft, Spring, Tan, Vibrant 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: #8c4b3b;
}
.color-2 {
color: #c19d8a;
}
.color-3 {
color: #e6c8a7;
}
.color-4 {
color: #f1eee4;
}
.color-5 {
color: #a1b2c4;
}

/* CSS Variables */
:root {
--color-1: #8c4b3b;
--color-2: #c19d8a;
--color-3: #e6c8a7;
--color-4: #f1eee4;
--color-5: #a1b2c4;
}

🌈 Rocky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4b3b, #c19d8a, #e6c8a7, #f1eee4, #a1b2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4b3b, #c19d8a, #e6c8a7, #f1eee4, #a1b2c4);
}

Rocky color palette created on .