Alien Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Alien palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Alien

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

tavolozza dei colori Alien CSS

/* CSS */
.color-1 {
color: #3dff8b;
}
.color-2 {
color: #1cd9b3;
}
.color-3 {
color: #00a8a3;
}
.color-4 {
color: #008f8c;
}
.color-5 {
color: #005c5c;
}

/* CSS Variables */
:root {
--color-1: #3dff8b;
--color-2: #1cd9b3;
--color-3: #00a8a3;
--color-4: #008f8c;
--color-5: #005c5c;
}

CSS con gradiente di sfondo Alien

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3dff8b, #1cd9b3, #00a8a3, #008f8c, #005c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3dff8b, #1cd9b3, #00a8a3, #008f8c, #005c5c);
}

Alien color palette created on .