Retro Green Red Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Green Red Blue palette

Condividi questa palette a:

tavolozza dei colori Retro Green Red Blue CSS

/* CSS */
.color-1 {
color: #006110;
}
.color-2 {
color: #d10018;
}
.color-3 {
color: #003d47;
}
.color-4 {
color: #d67900;
}
.color-5 {
color: #c2002d;
}

/* CSS Variables */
:root {
--color-1: #006110;
--color-2: #d10018;
--color-3: #003d47;
--color-4: #d67900;
--color-5: #c2002d;
}

CSS con gradiente di sfondo Retro Green Red Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006110, #d10018, #003d47, #d67900, #c2002d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006110, #d10018, #003d47, #d67900, #c2002d);
}

Retro Green Red Blue color palette created on .