Yami Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Yami palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Yami

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

tavolozza dei colori Yami CSS

/* 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 con gradiente di sfondo 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 .