Veiled Vibrance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Veiled Vibrance palette

Condividi questa palette a:

tavolozza dei colori Veiled Vibrance CSS

/* CSS */
.color-1 {
color: #fbc94b;
}
.color-2 {
color: #f29e4a;
}
.color-3 {
color: #f37f58;
}
.color-4 {
color: #c84c79;
}
.color-5 {
color: #8a4b9b;
}

/* CSS Variables */
:root {
--color-1: #fbc94b;
--color-2: #f29e4a;
--color-3: #f37f58;
--color-4: #c84c79;
--color-5: #8a4b9b;
}

CSS con gradiente di sfondo Veiled Vibrance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbc94b, #f29e4a, #f37f58, #c84c79, #8a4b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbc94b, #f29e4a, #f37f58, #c84c79, #8a4b9b);
}

Veiled Vibrance color palette created on .