Midoriya Color Palette

Discover the beautiful Midoriya color palette featuring sea green (#2a8d3b), mantis (#5cbf4f), pastel green (#8ddb6b), caper (#c4e59e) and texas (#f5f7a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, Light, Modern, Nature, Soft, Spring, 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 Midoriya palette

Share this palette to:

💻 Midoriya color palette CSS

/* CSS */
.color-1 {
color: #2a8d3b;
}
.color-2 {
color: #5cbf4f;
}
.color-3 {
color: #8ddb6b;
}
.color-4 {
color: #c4e59e;
}
.color-5 {
color: #f5f7a1;
}

/* CSS Variables */
:root {
--color-1: #2a8d3b;
--color-2: #5cbf4f;
--color-3: #8ddb6b;
--color-4: #c4e59e;
--color-5: #f5f7a1;
}

🌈 Midoriya background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a8d3b, #5cbf4f, #8ddb6b, #c4e59e, #f5f7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a8d3b, #5cbf4f, #8ddb6b, #c4e59e, #f5f7a1);
}

Midoriya color palette created on .