Discover the beautiful Terracotta Sunrise color palette featuring well read (#b23b2e), buttercup (#f1c40e), limed oak (#a77d52), bianca (#fdfaf7) and buttercup (#f39c12).

Terracotta Sunrise Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Terracotta Sunrise palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Terracotta Sunrise palette

Share this palette to:

💻 Terracotta Sunrise color palette CSS

/* CSS */
.color-1 {
color: #b23b2e;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #a77d52;
}
.color-4 {
color: #fdfaf7;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #b23b2e;
--color-2: #f1c40e;
--color-3: #a77d52;
--color-4: #fdfaf7;
--color-5: #f39c12;
}

🌈 Terracotta Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b23b2e, #f1c40e, #a77d52, #fdfaf7, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b23b2e, #f1c40e, #a77d52, #fdfaf7, #f39c12);
}

Terracotta Sunrise color palette created on .