Leon Color Palette

Discover the beautiful Leon color palette featuring keppel (#45a19c), aquamarine (#64fcf2), alabaster (#fafafa), supernova (#ffcc00) and silver sand (#c6c7c8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Green, Light, Modern, Yellow, White, Soft, Summer 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 Leon palette

Share this palette to:

💻 Leon color palette CSS

/* CSS */
.color-1 {
color: #45a19c;
}
.color-2 {
color: #64fcf2;
}
.color-3 {
color: #fafafa;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #c6c7c8;
}

/* CSS Variables */
:root {
--color-1: #45a19c;
--color-2: #64fcf2;
--color-3: #fafafa;
--color-4: #ffcc00;
--color-5: #c6c7c8;
}

🌈 Leon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45a19c, #64fcf2, #fafafa, #ffcc00, #c6c7c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45a19c, #64fcf2, #fafafa, #ffcc00, #c6c7c8);
}

Leon color palette created on .