Medkit Color Palette
Discover the beautiful Medkit color palette featuring ziggurat (#c5e0e7), tradewind (#61b1b3), persian green (#00998a), teal (#007f80) and sherpa blue (#004b4d).
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 palette
💻 Medkit color palette CSS
/* CSS */
.color-1 {
color: #c5e0e7;
}
.color-2 {
color: #61b1b3;
}
.color-3 {
color: #00998a;
}
.color-4 {
color: #007f80;
}
.color-5 {
color: #004b4d;
}
/* CSS Variables */
:root {
--color-1: #c5e0e7;
--color-2: #61b1b3;
--color-3: #00998a;
--color-4: #007f80;
--color-5: #004b4d;
} 🌈 Medkit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5e0e7, #61b1b3, #00998a, #007f80, #004b4d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5e0e7, #61b1b3, #00998a, #007f80, #004b4d);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Medkit color palette created on .