Inchman Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Inchman palette

Share this palette to:

Inchman color palette PNG image

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

Inchman color palette CSS

/* CSS */
.color-1 {
color: #d1a8c4;
}
.color-2 {
color: #a66485;
}
.color-3 {
color: #7f2f50;
}
.color-4 {
color: #3c202c;
}
.color-5 {
color: #e0bf94;
}

/* CSS Variables */
:root {
--color-1: #d1a8c4;
--color-2: #a66485;
--color-3: #7f2f50;
--color-4: #3c202c;
--color-5: #e0bf94;
}

Inchman background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a8c4, #a66485, #7f2f50, #3c202c, #e0bf94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a8c4, #a66485, #7f2f50, #3c202c, #e0bf94);
}

Inchman color palette created on .