Paleta de colores Vintage Street Art Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vintage Street Art Red palette
CSS de la paleta de colores Vintage Street Art Red
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #b0eb00;
}
.color-4 {
color: #65b5f6;
}
.color-5 {
color: #ff8a66;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #b0eb00;
--color-4: #65b5f6;
--color-5: #ff8a66;
}
CSS del degradado de fondo Vintage Street Art Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #b0eb00, #65b5f6, #ff8a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #b0eb00, #65b5f6, #ff8a66);
}
Paletas de colores similares
Vintage Street Art Red color palette created on .