Unique Red and Blue Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Unique Red and Blue palette

Condividi questa palette a:

tavolozza dei colori Unique Red and Blue CSS

/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #f25f95;
}
.color-4 {
color: #1e4d2b;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #4b91e2;
--color-3: #f25f95;
--color-4: #1e4d2b;
--color-5: #ffb300;
}

CSS con gradiente di sfondo Unique Red and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #4b91e2, #f25f95, #1e4d2b, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #4b91e2, #f25f95, #1e4d2b, #ffb300);
}

Unique Red and Blue color palette created on .