Paleta de colores Shades of Red and Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Red and Blue palette

Compartir esta paleta en:

Descargar la paleta de colores Shades of Red and Blue (PNG)

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

CSS de la paleta de colores Shades of Red and Blue

/* CSS */
.color-1 {
color: #cf021a;
}
.color-2 {
color: #4d8bff;
}
.color-3 {
color: #a55eb5;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #cf021a;
--color-2: #4d8bff;
--color-3: #a55eb5;
--color-4: #ffd54d;
--color-5: #ff6d2e;
}

CSS del degradado de fondo Shades of Red and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf021a, #4d8bff, #a55eb5, #ffd54d, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf021a, #4d8bff, #a55eb5, #ffd54d, #ff6d2e);
}

Shades of Red and Blue color palette created on .