Paleta de colores Vintage Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vintage Yellow palette
CSS de la paleta de colores Vintage Yellow
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Vintage Yellow color palette created on .