Vibrant Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Harmony palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Vibrant Harmony

Download vibrant harmony color palette PNG image (landscape)
Download vibrant harmony color palette PNG image (square)

tavolozza dei colori Vibrant Harmony CSS

/* CSS */
.color-1 {
color: #791b29;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #6ebe46;
}
.color-4 {
color: #691b31;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #791b29;
--color-2: #009975;
--color-3: #6ebe46;
--color-4: #691b31;
--color-5: #d6006f;
}

CSS con gradiente di sfondo Vibrant Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791b29, #009975, #6ebe46, #691b31, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791b29, #009975, #6ebe46, #691b31, #d6006f);
}

Vibrant Harmony color palette created on .