Miba Color Palette

Discover the beautiful Miba color palette featuring matisse (#1c6e97), pelorous (#49b9c5), bermuda (#7cd0d5), marzipan (#f8e9a0) and froly (#f1838c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Fun, Pink, Spring, Teal, Turquoise, 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 Miba palette

Share this palette to:

💻 Miba color palette CSS

/* CSS */
.color-1 {
color: #1c6e97;
}
.color-2 {
color: #49b9c5;
}
.color-3 {
color: #7cd0d5;
}
.color-4 {
color: #f8e9a0;
}
.color-5 {
color: #f1838c;
}

/* CSS Variables */
:root {
--color-1: #1c6e97;
--color-2: #49b9c5;
--color-3: #7cd0d5;
--color-4: #f8e9a0;
--color-5: #f1838c;
}

🌈 Miba background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c6e97, #49b9c5, #7cd0d5, #f8e9a0, #f1838c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c6e97, #49b9c5, #7cd0d5, #f8e9a0, #f1838c);
}

Miba color palette created on .