Minkfur Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Minkfur palette

Share this palette to:

Minkfur color palette PNG image

Download minkfur color palette PNG image (landscape)
Download minkfur color palette PNG image (square)

Minkfur color palette CSS

/* CSS */
.color-1 {
color: #bcab9a;
}
.color-2 {
color: #a58a78;
}
.color-3 {
color: #cbbaa9;
}
.color-4 {
color: #d6c6b8;
}
.color-5 {
color: #e9d3c3;
}

/* CSS Variables */
:root {
--color-1: #bcab9a;
--color-2: #a58a78;
--color-3: #cbbaa9;
--color-4: #d6c6b8;
--color-5: #e9d3c3;
}

Minkfur background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcab9a, #a58a78, #cbbaa9, #d6c6b8, #e9d3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcab9a, #a58a78, #cbbaa9, #d6c6b8, #e9d3c3);
}

Minkfur color palette created on .