Mike Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mike palette
Color Inspiration
Images that showcase this color palette in real designs
Download Mike Color Palette (PNG)
Mike color palette CSS
/* CSS */
.color-1 {
color: #1e2024;
}
.color-2 {
color: #4a4e55;
}
.color-3 {
color: #7c838d;
}
.color-4 {
color: #a8b1b8;
}
.color-5 {
color: #d1d7db;
}
/* CSS Variables */
:root {
--color-1: #1e2024;
--color-2: #4a4e55;
--color-3: #7c838d;
--color-4: #a8b1b8;
--color-5: #d1d7db;
}
Mike background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2024, #4a4e55, #7c838d, #a8b1b8, #d1d7db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2024, #4a4e55, #7c838d, #a8b1b8, #d1d7db);
}
Similar color palettes
Mike color palette created on .