Paleta de colores Elegant Coffee

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Coffee palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Elegant Coffee

Download elegant coffee color palette PNG image (landscape)
Download elegant coffee color palette PNG image (square)

CSS de la paleta de colores Elegant Coffee

/* CSS */
.color-1 {
color: #5d7d4a;
}
.color-2 {
color: #b6c9a6;
}
.color-3 {
color: #e6d8b2;
}
.color-4 {
color: #c89f6a;
}
.color-5 {
color: #7e4f3a;
}

/* CSS Variables */
:root {
--color-1: #5d7d4a;
--color-2: #b6c9a6;
--color-3: #e6d8b2;
--color-4: #c89f6a;
--color-5: #7e4f3a;
}

CSS del degradado de fondo Elegant Coffee

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7d4a, #b6c9a6, #e6d8b2, #c89f6a, #7e4f3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7d4a, #b6c9a6, #e6d8b2, #c89f6a, #7e4f3a);
}

Elegant Coffee color palette created on .