Paleta de colores Yami

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yami palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Yami

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

CSS de la paleta de colores Yami

/* CSS */
.color-1 {
color: #1b1a2d;
}
.color-2 {
color: #3a2e5c;
}
.color-3 {
color: #6e4b8b;
}
.color-4 {
color: #e66b9e;
}
.color-5 {
color: #ffb83d;
}

/* CSS Variables */
:root {
--color-1: #1b1a2d;
--color-2: #3a2e5c;
--color-3: #6e4b8b;
--color-4: #e66b9e;
--color-5: #ffb83d;
}

CSS del degradado de fondo Yami

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1a2d, #3a2e5c, #6e4b8b, #e66b9e, #ffb83d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1a2d, #3a2e5c, #6e4b8b, #e66b9e, #ffb83d);
}

Yami color palette created on .