Vibrant Milo Color Palette

Discover the beautiful Vibrant Milo color palette featuring lightning yellow (#ffc414), pear (#c6e538), java (#12cac4), atlantis (#a4cc38) and bittersweet (#ff6b6b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Summer, Aqua, Green, Red 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 Vibrant Milo palette

Share this palette to:

💻 Vibrant Milo color palette CSS

/* CSS */
.color-1 {
color: #ffc414;
}
.color-2 {
color: #c6e538;
}
.color-3 {
color: #12cac4;
}
.color-4 {
color: #a4cc38;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #ffc414;
--color-2: #c6e538;
--color-3: #12cac4;
--color-4: #a4cc38;
--color-5: #ff6b6b;
}

🌈 Vibrant Milo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc414, #c6e538, #12cac4, #a4cc38, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc414, #c6e538, #12cac4, #a4cc38, #ff6b6b);
}

Vibrant Milo color palette created on .