Paleta de colores Blue and Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue and Red palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue and Red

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

CSS de la paleta de colores Blue and Red

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ff4d4d;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ffcc00;
}
.color-5 {
color: #4682b4;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ff4d4d;
--color-3: #ff8052;
--color-4: #ffcc00;
--color-5: #4682b4;
}

CSS del degradado de fondo Blue and Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ff4d4d, #ff8052, #ffcc00, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ff4d4d, #ff8052, #ffcc00, #4682b4);
}

Blue and Red color palette created on .