Paleta de colores The Great Gatsby

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with The Great Gatsby palette

Compartir esta paleta en:

CSS de la paleta de colores The Great Gatsby

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d1b7d1;
}
.color-4 {
color: #4b8abe;
}
.color-5 {
color: #4b4c4e;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #a85f2e;
--color-3: #d1b7d1;
--color-4: #4b8abe;
--color-5: #4b4c4e;
}

CSS del degradado de fondo The Great Gatsby

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #a85f2e, #d1b7d1, #4b8abe, #4b4c4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #a85f2e, #d1b7d1, #4b8abe, #4b4c4e);
}

The Great Gatsby color palette created on .