Paleta de colores Elegant Seduction

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Elegant Seduction palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Elegant Seduction

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

CSS de la paleta de colores Elegant Seduction

/* CSS */
.color-1 {
color: #d3c7c5;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #d95e6c;
}
.color-4 {
color: #a66e8d;
}
.color-5 {
color: #b2a49f;
}

/* CSS Variables */
:root {
--color-1: #d3c7c5;
--color-2: #e9b79f;
--color-3: #d95e6c;
--color-4: #a66e8d;
--color-5: #b2a49f;
}

CSS del degradado de fondo Elegant Seduction

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3c7c5, #e9b79f, #d95e6c, #a66e8d, #b2a49f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3c7c5, #e9b79f, #d95e6c, #a66e8d, #b2a49f);
}

Elegant Seduction color palette created on .