Royal Terracotta Color Palette

Discover the beautiful Royal Terracotta color palette featuring royal purple (#7a3f9d), raw sienna (#d07d4e), tussock (#c19f49), spring rain (#9fc6a3) and fruit salad (#4b8b59).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Purple, Royal, Sage, Vibrant, 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 Royal Terracotta palette

Share this palette to:

💻 Royal Terracotta color palette CSS

/* CSS */
.color-1 {
color: #7a3f9d;
}
.color-2 {
color: #d07d4e;
}
.color-3 {
color: #c19f49;
}
.color-4 {
color: #9fc6a3;
}
.color-5 {
color: #4b8b59;
}

/* CSS Variables */
:root {
--color-1: #7a3f9d;
--color-2: #d07d4e;
--color-3: #c19f49;
--color-4: #9fc6a3;
--color-5: #4b8b59;
}

🌈 Royal Terracotta background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a3f9d, #d07d4e, #c19f49, #9fc6a3, #4b8b59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a3f9d, #d07d4e, #c19f49, #9fc6a3, #4b8b59);
}

Royal Terracotta color palette created on .