Paleta de colores Red and Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Red and Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Red and Blue

Download red and blue color palette PNG image (landscape)
Download red and blue color palette PNG image (square)

CSS de la paleta de colores Red and Blue

/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #f48e1a;
}
.color-3 {
color: #4f9ecf;
}
.color-4 {
color: #1e3a76;
}
.color-5 {
color: #a62b2b;
}

/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #f48e1a;
--color-3: #4f9ecf;
--color-4: #1e3a76;
--color-5: #a62b2b;
}

CSS del degradado de fondo Red and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #f48e1a, #4f9ecf, #1e3a76, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #f48e1a, #4f9ecf, #1e3a76, #a62b2b);
}

Red and Blue color palette created on .