Rokuta Kamado Color Palette

Discover the beautiful Rokuta Kamado color palette featuring burnt sienna (#e86a4a), web orange (#f5a300), mustard (#fde04e), cornflower (#8ecae6) and jungle green (#2a9d90).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Orange, Summer, Teal, Tropical, Vibrant, Yellow 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 Rokuta Kamado palette

Share this palette to:

💻 Rokuta Kamado color palette CSS

/* CSS */
.color-1 {
color: #e86a4a;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #fde04e;
}
.color-4 {
color: #8ecae6;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #e86a4a;
--color-2: #f5a300;
--color-3: #fde04e;
--color-4: #8ecae6;
--color-5: #2a9d90;
}

🌈 Rokuta Kamado background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e86a4a, #f5a300, #fde04e, #8ecae6, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e86a4a, #f5a300, #fde04e, #8ecae6, #2a9d90);
}

Rokuta Kamado color palette created on .