Harmony in Vibrance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Harmony in Vibrance palette

Condividi questa palette a:

tavolozza dei colori Harmony in Vibrance CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3f2e;
}
.color-4 {
color: #da1b61;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d1f;
--color-3: #ff3f2e;
--color-4: #da1b61;
--color-5: #681b98;
}

CSS con gradiente di sfondo Harmony in Vibrance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d1f, #ff3f2e, #da1b61, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d1f, #ff3f2e, #da1b61, #681b98);
}

Harmony in Vibrance color palette created on .