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