Paleta de colores Vibrant Red Blue Green Light

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Red Blue Green Light palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Red Blue Green Light

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #3c66c8;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #f3b4af;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #3c66c8;
--color-3: #4cae4f;
--color-4: #a8d3e1;
--color-5: #f3b4af;
}

CSS del degradado de fondo Vibrant Red Blue Green Light

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #3c66c8, #4cae4f, #a8d3e1, #f3b4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #3c66c8, #4cae4f, #a8d3e1, #f3b4af);
}

Vibrant Red Blue Green Light color palette created on .