Medkit Phighting Color Palette
Discover the beautiful Medkit Phighting color palette featuring eucalyptus (#29a847), moss green (#b4d99b), marzipan (#f9e59f), sandy brown (#f6a05a) and roman (#d8544f).
Brightness
Saturation
Warmth
💡 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 Phighting palette
💻 Medkit Phighting color palette CSS
/* CSS */
.color-1 {
color: #29a847;
}
.color-2 {
color: #b4d99b;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #f6a05a;
}
.color-5 {
color: #d8544f;
}
/* CSS Variables */
:root {
--color-1: #29a847;
--color-2: #b4d99b;
--color-3: #f9e59f;
--color-4: #f6a05a;
--color-5: #d8544f;
}
🌈 Medkit Phighting background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29a847, #b4d99b, #f9e59f, #f6a05a, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29a847, #b4d99b, #f9e59f, #f6a05a, #d8544f);
}
🔗 Explore similar color palettes
Medkit Phighting color palette created on .