Shades of Red and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Red and Blue palette

Condividi questa palette a:

Scarica la tavolozza dei colori 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)

tavolozza dei colori Shades of Red and Blue CSS

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