Koala Color Palette

Discover the beautiful Koala color palette featuring silver rust (#cac3ba), timberwolf (#d8d4c9), moon mist (#e0dfd2), green white (#eaebe1) and green white (#ecede3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Earthy, Light, Modern, Muted, Neutral, Soft, Spring, 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 Koala palette

Share this palette to:

💻 Koala color palette CSS

/* CSS */
.color-1 {
color: #cac3ba;
}
.color-2 {
color: #d8d4c9;
}
.color-3 {
color: #e0dfd2;
}
.color-4 {
color: #eaebe1;
}
.color-5 {
color: #ecede3;
}

/* CSS Variables */
:root {
--color-1: #cac3ba;
--color-2: #d8d4c9;
--color-3: #e0dfd2;
--color-4: #eaebe1;
--color-5: #ecede3;
}

🌈 Koala background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cac3ba, #d8d4c9, #e0dfd2, #eaebe1, #ecede3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cac3ba, #d8d4c9, #e0dfd2, #eaebe1, #ecede3);
}

Koala color palette created on .