Red and Blue Harmony Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Red and Blue Harmony palette
Ispirazione Colori
Immagini che mostrano questa palette di colori in design reali
Scarica la tavolozza dei colori Red and Blue Harmony (PNG)
tavolozza dei colori Red and Blue Harmony CSS
/* CSS */
.color-1 {
color: #bf3a2b;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #28af60;
}
.color-5 {
color: #3398db;
}
/* CSS Variables */
:root {
--color-1: #bf3a2b;
--color-2: #e77e23;
--color-3: #f1c40e;
--color-4: #28af60;
--color-5: #3398db;
}
CSS con gradiente di sfondo Red and Blue Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf3a2b, #e77e23, #f1c40e, #28af60, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf3a2b, #e77e23, #f1c40e, #28af60, #3398db);
}
Tavolozze di colori simili
Red and Blue Harmony color palette created on .