Blue and Red Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue and Red palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Blue and Red

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

tavolozza dei colori Blue and Red CSS

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