Vintage Elegance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vintage Elegance palette

Condividi questa palette a:

tavolozza dei colori Vintage Elegance CSS

/* CSS */
.color-1 {
color: #eab8c9;
}
.color-2 {
color: #2a9d90;
}
.color-3 {
color: #e3dcc4;
}
.color-4 {
color: #d4af35;
}
.color-5 {
color: #001f3d;
}

/* CSS Variables */
:root {
--color-1: #eab8c9;
--color-2: #2a9d90;
--color-3: #e3dcc4;
--color-4: #d4af35;
--color-5: #001f3d;
}

CSS con gradiente di sfondo Vintage Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c9, #2a9d90, #e3dcc4, #d4af35, #001f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c9, #2a9d90, #e3dcc4, #d4af35, #001f3d);
}

Vintage Elegance color palette created on .