Vintage Yellow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vintage Yellow palette

Condividi questa palette a:

tavolozza dei colori Vintage Yellow CSS

/* CSS */
.color-1 {
color: #f0c17a;
}
.color-2 {
color: #4a1247;
}
.color-3 {
color: #8b4c90;
}
.color-4 {
color: #d64f3d;
}
.color-5 {
color: #f6b531;
}

/* CSS Variables */
:root {
--color-1: #f0c17a;
--color-2: #4a1247;
--color-3: #8b4c90;
--color-4: #d64f3d;
--color-5: #f6b531;
}

CSS con gradiente di sfondo Vintage Yellow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c17a, #4a1247, #8b4c90, #d64f3d, #f6b531);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c17a, #4a1247, #8b4c90, #d64f3d, #f6b531);
}

Vintage Yellow color palette created on .