Paleta de colores Jazmin

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Jazmin palette

Compartir esta paleta en:

Descargar la paleta de colores Jazmin (PNG)

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

CSS de la paleta de colores Jazmin

/* 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;
}

CSS del degradado de fondo Jazmin

/* 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 .