Jinn Dupont Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jinn Dupont palette

Share this palette to:

Jinn Dupont color palette PNG image

Download jinn dupont color palette PNG image (landscape)
Download jinn dupont color palette PNG image (square)

Jinn Dupont color palette CSS

/* CSS */
.color-1 {
color: #a8859e;
}
.color-2 {
color: #989067;
}
.color-3 {
color: #3e717e;
}
.color-4 {
color: #6c94bc;
}
.color-5 {
color: #4f3e79;
}

/* CSS Variables */
:root {
--color-1: #a8859e;
--color-2: #989067;
--color-3: #3e717e;
--color-4: #6c94bc;
--color-5: #4f3e79;
}

Jinn Dupont background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8859e, #989067, #3e717e, #6c94bc, #4f3e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8859e, #989067, #3e717e, #6c94bc, #4f3e79);
}

Jinn Dupont color palette created on .