Paleta de colores Vibrant Impressions
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Impressions palette
CSS de la paleta de colores Vibrant Impressions
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #f3e13f;
}
.color-3 {
color: #a1d86e;
}
.color-4 {
color: #64b3d8;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #f3e13f;
--color-3: #a1d86e;
--color-4: #64b3d8;
--color-5: #ff6e61;
}
CSS del degradado de fondo Vibrant Impressions
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #f3e13f, #a1d86e, #64b3d8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #f3e13f, #a1d86e, #64b3d8, #ff6e61);
}
Paletas de colores similares
Vibrant Impressions color palette created on .