Tanjiro Color Palette

Discover the beautiful Tanjiro color palette featuring oxford blue (#2f3d4c), blue bayoux (#4b6d7c), acapulco (#7cb6a2), saffron (#f6b83c) and red damask (#d85f41).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Blue, Green, Bright, Orange, Red, Masculine, Modern, Spring, Summer 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 Tanjiro palette

Share this palette to:

💻 Tanjiro color palette CSS

/* CSS */
.color-1 {
color: #2f3d4c;
}
.color-2 {
color: #4b6d7c;
}
.color-3 {
color: #7cb6a2;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d85f41;
}

/* CSS Variables */
:root {
--color-1: #2f3d4c;
--color-2: #4b6d7c;
--color-3: #7cb6a2;
--color-4: #f6b83c;
--color-5: #d85f41;
}

🌈 Tanjiro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f3d4c, #4b6d7c, #7cb6a2, #f6b83c, #d85f41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f3d4c, #4b6d7c, #7cb6a2, #f6b83c, #d85f41);
}

Tanjiro color palette created on .