Meta Knight Color Palette

Discover the beautiful Meta Knight color palette featuring kashmir blue (#4b6c9b), bali hai (#8a97b2), ghost (#c0c1d3), mandys pink (#f3b4c1) and cerise red (#e03e4e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Gray, Pink, Red, Bright, Fun, Modern, Cosmic, Retro 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 Meta Knight palette

Share this palette to:

💻 Meta Knight color palette CSS

/* CSS */
.color-1 {
color: #4b6c9b;
}
.color-2 {
color: #8a97b2;
}
.color-3 {
color: #c0c1d3;
}
.color-4 {
color: #f3b4c1;
}
.color-5 {
color: #e03e4e;
}

/* CSS Variables */
:root {
--color-1: #4b6c9b;
--color-2: #8a97b2;
--color-3: #c0c1d3;
--color-4: #f3b4c1;
--color-5: #e03e4e;
}

🌈 Meta Knight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6c9b, #8a97b2, #c0c1d3, #f3b4c1, #e03e4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6c9b, #8a97b2, #c0c1d3, #f3b4c1, #e03e4e);
}

Meta Knight color palette created on .