Sengoku Color Palette

Discover the beautiful Sengoku color palette featuring tenn (#d65d00), corn (#e6a800), ronchi (#f1c84b), cornflower (#a6c6ed) and bismark (#3e6a7e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withOrange, Yellow, Blue, Bright, Summer, Japanese, Vibrant, Coastal 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 Sengoku palette

Share this palette to:

💻 Sengoku color palette CSS

/* CSS */
.color-1 {
color: #d65d00;
}
.color-2 {
color: #e6a800;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a6c6ed;
}
.color-5 {
color: #3e6a7e;
}

/* CSS Variables */
:root {
--color-1: #d65d00;
--color-2: #e6a800;
--color-3: #f1c84b;
--color-4: #a6c6ed;
--color-5: #3e6a7e;
}

🌈 Sengoku background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65d00, #e6a800, #f1c84b, #a6c6ed, #3e6a7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65d00, #e6a800, #f1c84b, #a6c6ed, #3e6a7e);
}

Sengoku color palette created on .