Kurloz Makara Color Palette

Discover the beautiful Kurloz Makara color palette featuring soft amber (#d5c8b3), cape palliser (#a05d4b), quincy (#5e3c2b), woody brown (#3c2e2a) and turkish rose (#b76c89).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Earthy, Boho, Brown, Cream, Deep, Fun, Modern, Vintage, 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 Kurloz Makara palette

Share this palette to:

💻 Kurloz Makara color palette CSS

/* CSS */
.color-1 {
color: #d5c8b3;
}
.color-2 {
color: #a05d4b;
}
.color-3 {
color: #5e3c2b;
}
.color-4 {
color: #3c2e2a;
}
.color-5 {
color: #b76c89;
}

/* CSS Variables */
:root {
--color-1: #d5c8b3;
--color-2: #a05d4b;
--color-3: #5e3c2b;
--color-4: #3c2e2a;
--color-5: #b76c89;
}

🌈 Kurloz Makara background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c8b3, #a05d4b, #5e3c2b, #3c2e2a, #b76c89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c8b3, #a05d4b, #5e3c2b, #3c2e2a, #b76c89);
}

Kurloz Makara color palette created on .