Paleta de colores Gourmet Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Gourmet Elegance palette

Compartir esta paleta en:

Descargar la paleta de colores Gourmet Elegance (PNG)

Download gourmet elegance color palette PNG image (landscape)
Download gourmet elegance color palette PNG image (square)

CSS de la paleta de colores Gourmet Elegance

/* CSS */
.color-1 {
color: #d4ae7d;
}
.color-2 {
color: #e1bf6b;
}
.color-3 {
color: #f4e2b3;
}
.color-4 {
color: #beaee0;
}
.color-5 {
color: #7c6b9e;
}

/* CSS Variables */
:root {
--color-1: #d4ae7d;
--color-2: #e1bf6b;
--color-3: #f4e2b3;
--color-4: #beaee0;
--color-5: #7c6b9e;
}

CSS del degradado de fondo Gourmet Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4ae7d, #e1bf6b, #f4e2b3, #beaee0, #7c6b9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4ae7d, #e1bf6b, #f4e2b3, #beaee0, #7c6b9e);
}

Gourmet Elegance color palette created on .