Elegant Seduction Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Elegant Seduction palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Elegant Seduction

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

tavolozza dei colori Elegant Seduction CSS

/* 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 con gradiente di sfondo 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 .