Paleta de colores Vibrant Contrast

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Contrast palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Vibrant Contrast

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

CSS de la paleta de colores Vibrant Contrast

/* CSS */
.color-1 {
color: #1e1f24;
}
.color-2 {
color: #4a4c55;
}
.color-3 {
color: #8d8fa0;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d1293a;
}

/* CSS Variables */
:root {
--color-1: #1e1f24;
--color-2: #4a4c55;
--color-3: #8d8fa0;
--color-4: #f6b83c;
--color-5: #d1293a;
}

CSS del degradado de fondo Vibrant Contrast

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1f24, #4a4c55, #8d8fa0, #f6b83c, #d1293a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1f24, #4a4c55, #8d8fa0, #f6b83c, #d1293a);
}

Vibrant Contrast color palette created on .