Red and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red and Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Red and Blue

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

tavolozza dei colori Red and Blue CSS

/* 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 con gradiente di sfondo 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 .