Jazmin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jazmin palette

Share this palette to:

Download Jazmin Color Palette (PNG)

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

Jazmin color palette CSS

/* CSS */
.color-1 {
color: #d4a373;
}
.color-2 {
color: #f6c4a2;
}
.color-3 {
color: #f2e6b5;
}
.color-4 {
color: #80b1c6;
}
.color-5 {
color: #3c6c9f;
}

/* CSS Variables */
:root {
--color-1: #d4a373;
--color-2: #f6c4a2;
--color-3: #f2e6b5;
--color-4: #80b1c6;
--color-5: #3c6c9f;
}

Jazmin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a373, #f6c4a2, #f2e6b5, #80b1c6, #3c6c9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a373, #f6c4a2, #f2e6b5, #80b1c6, #3c6c9f);
}

Jazmin color palette created on .