Paleta de colores Elegant Aesthetic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Aesthetic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Elegant Aesthetic

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

CSS de la paleta de colores Elegant Aesthetic

/* CSS */
.color-1 {
color: #f5c99e;
}
.color-2 {
color: #d5a26d;
}
.color-3 {
color: #ae8b56;
}
.color-4 {
color: #7f6c48;
}
.color-5 {
color: #4a4c3d;
}

/* CSS Variables */
:root {
--color-1: #f5c99e;
--color-2: #d5a26d;
--color-3: #ae8b56;
--color-4: #7f6c48;
--color-5: #4a4c3d;
}

CSS del degradado de fondo Elegant Aesthetic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c99e, #d5a26d, #ae8b56, #7f6c48, #4a4c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c99e, #d5a26d, #ae8b56, #7f6c48, #4a4c3d);
}

Elegant Aesthetic color palette created on .