Paleta de colores Gumball

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gumball palette

Compartir esta paleta en:

Descargar la paleta de colores Gumball (PNG)

Download gumball color palette PNG image (landscape)
Download gumball color palette PNG image (square)

CSS de la paleta de colores Gumball

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #4c7de6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb86b;
--color-3: #ffd83d;
--color-4: #6ed4cf;
--color-5: #4c7de6;
}

CSS del degradado de fondo Gumball

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb86b, #ffd83d, #6ed4cf, #4c7de6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb86b, #ffd83d, #6ed4cf, #4c7de6);
}

Gumball color palette created on .