Paleta de colores Vibrant Veins

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Veins palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Veins

/* CSS */
.color-1 {
color: #a7d3c8;
}
.color-2 {
color: #f0b78e;
}
.color-3 {
color: #f9d75d;
}
.color-4 {
color: #ff6929;
}
.color-5 {
color: #d74a37;
}

/* CSS Variables */
:root {
--color-1: #a7d3c8;
--color-2: #f0b78e;
--color-3: #f9d75d;
--color-4: #ff6929;
--color-5: #d74a37;
}

CSS del degradado de fondo Vibrant Veins

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d3c8, #f0b78e, #f9d75d, #ff6929, #d74a37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d3c8, #f0b78e, #f9d75d, #ff6929, #d74a37);
}

Vibrant Veins color palette created on .