Paleta de colores Vibrant Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Blue

/* CSS */
.color-1 {
color: #f76e6e;
}
.color-2 {
color: #f9b56c;
}
.color-3 {
color: #f6e7a7;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #6c9fd5;
}

/* CSS Variables */
:root {
--color-1: #f76e6e;
--color-2: #f9b56c;
--color-3: #f6e7a7;
--color-4: #a1dff7;
--color-5: #6c9fd5;
}

CSS del degradado de fondo Vibrant Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76e6e, #f9b56c, #f6e7a7, #a1dff7, #6c9fd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76e6e, #f9b56c, #f6e7a7, #a1dff7, #6c9fd5);
}

Vibrant Blue color palette created on .