Monster Kid Color Palette

Discover the beautiful Monster Kid color palette featuring goblin (#3e8e5f), feijoa (#a1d76a), starship (#f3e04f), carrot orange (#f09a28) and valencia (#d64c4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, Kid Friendly, Orange, Red, Retro, 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 Monster Kid palette

Share this palette to:

💻 Monster Kid color palette CSS

/* CSS */
.color-1 {
color: #3e8e5f;
}
.color-2 {
color: #a1d76a;
}
.color-3 {
color: #f3e04f;
}
.color-4 {
color: #f09a28;
}
.color-5 {
color: #d64c4c;
}

/* CSS Variables */
:root {
--color-1: #3e8e5f;
--color-2: #a1d76a;
--color-3: #f3e04f;
--color-4: #f09a28;
--color-5: #d64c4c;
}

🌈 Monster Kid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8e5f, #a1d76a, #f3e04f, #f09a28, #d64c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8e5f, #a1d76a, #f3e04f, #f09a28, #d64c4c);
}

Monster Kid color palette created on .