Chic Vibrance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Chic Vibrance palette

Condividi questa palette a:

Scarica la tavolozza dei colori Chic Vibrance (PNG)

Download chic vibrance color palette PNG image (landscape)
Download chic vibrance color palette PNG image (square)

tavolozza dei colori Chic Vibrance CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #690571;
}
.color-4 {
color: #3b9cd8;
}
.color-5 {
color: #a6c856;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #fab700;
--color-3: #690571;
--color-4: #3b9cd8;
--color-5: #a6c856;
}

CSS con gradiente di sfondo Chic Vibrance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #fab700, #690571, #3b9cd8, #a6c856);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #fab700, #690571, #3b9cd8, #a6c856);
}

Chic Vibrance color palette created on .