Paleta de colores Vibrant Red and Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Red and Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Red and Blue

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #69cf5e;
}
.color-3 {
color: #4c8adc;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #ff3d3d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #69cf5e;
--color-3: #4c8adc;
--color-4: #ffcc00;
--color-5: #ff3d3d;
}

CSS del degradado de fondo Vibrant Red and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #69cf5e, #4c8adc, #ffcc00, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #69cf5e, #4c8adc, #ffcc00, #ff3d3d);
}

Vibrant Red and Blue color palette created on .