Zuko Color Palette

Discover the beautiful Zuko color palette featuring red damask (#d96f3a), sea buckthorn (#f5a729), givry (#f8e8ba), padua (#b6e7d8) and sea green (#338437).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Coastal, Cream, Earthy, Green, Orange, Spring, Teal, Warm, Yellow 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 Zuko palette

Share this palette to:

💻 Zuko color palette CSS

/* CSS */
.color-1 {
color: #d96f3a;
}
.color-2 {
color: #f5a729;
}
.color-3 {
color: #f8e8ba;
}
.color-4 {
color: #b6e7d8;
}
.color-5 {
color: #338437;
}

/* CSS Variables */
:root {
--color-1: #d96f3a;
--color-2: #f5a729;
--color-3: #f8e8ba;
--color-4: #b6e7d8;
--color-5: #338437;
}

🌈 Zuko background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d96f3a, #f5a729, #f8e8ba, #b6e7d8, #338437);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d96f3a, #f5a729, #f8e8ba, #b6e7d8, #338437);
}

Zuko color palette created on .