Paleta de colores Veiled Vibrance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Veiled Vibrance palette

Compartir esta paleta en:

CSS de la paleta de colores Veiled Vibrance

/* 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 del degradado de fondo 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 .