Cleopatra Color Palette

Discover the beautiful Cleopatra color palette featuring tobacco brown (#6f4c3e), laser (#c4a664), harvest gold (#e1af7a), ronchi (#f1c84b) and brandy punch (#d97c30).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Beige, Earthy, Gold, Vintage, Warm, Yellow, Brown 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 Cleopatra palette

Share this palette to:

💻 Cleopatra color palette CSS

/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #c4a664;
}
.color-3 {
color: #e1af7a;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d97c30;
}

/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #c4a664;
--color-3: #e1af7a;
--color-4: #f1c84b;
--color-5: #d97c30;
}

🌈 Cleopatra background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #c4a664, #e1af7a, #f1c84b, #d97c30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #c4a664, #e1af7a, #f1c84b, #d97c30);
}

Cleopatra color palette created on .