Ichiro Sunshine Color Palette

Discover the beautiful Ichiro Sunshine color palette featuring fuel yellow (#e6aa1e), ronchi (#f1c84b), sandwisp (#f5e8a8), pale sky (#6d767e) and cape cod (#3b3e40).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Gold, Modern, Summer, 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 Ichiro Sunshine palette

Share this palette to:

💻 Ichiro Sunshine color palette CSS

/* CSS */
.color-1 {
color: #e6aa1e;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f5e8a8;
}
.color-4 {
color: #6d767e;
}
.color-5 {
color: #3b3e40;
}

/* CSS Variables */
:root {
--color-1: #e6aa1e;
--color-2: #f1c84b;
--color-3: #f5e8a8;
--color-4: #6d767e;
--color-5: #3b3e40;
}

🌈 Ichiro Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6aa1e, #f1c84b, #f5e8a8, #6d767e, #3b3e40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6aa1e, #f1c84b, #f5e8a8, #6d767e, #3b3e40);
}

Ichiro Sunshine color palette created on .