Medkit Color Palette

Discover the beautiful Medkit color palette featuring acapulco (#80bc9b), padua (#b2e6c3), ecru white (#f2f5e5), tan hide (#f9a658) and flame pea (#d95e3f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Emergency, Green, Light, Orange, Red, Summer, Wellness 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 Medkit palette

Share this palette to:

💻 Medkit color palette CSS

/* CSS */
.color-1 {
color: #80bc9b;
}
.color-2 {
color: #b2e6c3;
}
.color-3 {
color: #f2f5e5;
}
.color-4 {
color: #f9a658;
}
.color-5 {
color: #d95e3f;
}

/* CSS Variables */
:root {
--color-1: #80bc9b;
--color-2: #b2e6c3;
--color-3: #f2f5e5;
--color-4: #f9a658;
--color-5: #d95e3f;
}

🌈 Medkit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80bc9b, #b2e6c3, #f2f5e5, #f9a658, #d95e3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80bc9b, #b2e6c3, #f2f5e5, #f9a658, #d95e3f);
}

Medkit color palette created on .