Paleta de colores Retro Green Red Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Green Red Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Retro Green Red Blue

/* CSS */
.color-1 {
color: #9da71b;
}
.color-2 {
color: #f35d49;
}
.color-3 {
color: #9a897e;
}
.color-4 {
color: #f3af39;
}
.color-5 {
color: #ee5d58;
}

/* CSS Variables */
:root {
--color-1: #9da71b;
--color-2: #f35d49;
--color-3: #9a897e;
--color-4: #f3af39;
--color-5: #ee5d58;
}

CSS del degradado de fondo Retro Green Red Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9da71b, #f35d49, #9a897e, #f3af39, #ee5d58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9da71b, #f35d49, #9a897e, #f3af39, #ee5d58);
}

Retro Green Red Blue color palette created on .