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