Las Vegas Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Las Vegas palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Las Vegas

Download las vegas color palette PNG image (landscape)
Download las vegas color palette PNG image (square)

tavolozza dei colori Las Vegas CSS

/* CSS */
.color-1 {
color: #1b4b3d;
}
.color-2 {
color: #3b8c88;
}
.color-3 {
color: #5dc6b1;
}
.color-4 {
color: #f9e09a;
}
.color-5 {
color: #e65f3d;
}

/* CSS Variables */
:root {
--color-1: #1b4b3d;
--color-2: #3b8c88;
--color-3: #5dc6b1;
--color-4: #f9e09a;
--color-5: #e65f3d;
}

CSS con gradiente di sfondo Las Vegas

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b4b3d, #3b8c88, #5dc6b1, #f9e09a, #e65f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b4b3d, #3b8c88, #5dc6b1, #f9e09a, #e65f3d);
}

Las Vegas color palette created on .