Red and Blue Harmony Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Red and Blue Harmony palette

Condividi questa palette a:

tavolozza dei colori Red and Blue Harmony CSS

/* CSS */
.color-1 {
color: #e13e33;
}
.color-2 {
color: #f6a05a;
}
.color-3 {
color: #f1d67e;
}
.color-4 {
color: #6ec6d4;
}
.color-5 {
color: #2b8839;
}

/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f6a05a;
--color-3: #f1d67e;
--color-4: #6ec6d4;
--color-5: #2b8839;
}

CSS con gradiente di sfondo Red and Blue Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f6a05a, #f1d67e, #6ec6d4, #2b8839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f6a05a, #f1d67e, #6ec6d4, #2b8839);
}

Red and Blue Harmony color palette created on .