Paleta de colores Vibrant Echoes of Alex
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Echoes of Alex palette
CSS de la paleta de colores Vibrant Echoes of Alex
/* CSS */
.color-1 {
color: #19b3e6;
}
.color-2 {
color: #faa700;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #ff7142;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #19b3e6;
--color-2: #faa700;
--color-3: #ff4d4f;
--color-4: #ff7142;
--color-5: #ffcc00;
}
CSS del degradado de fondo Vibrant Echoes of Alex
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19b3e6, #faa700, #ff4d4f, #ff7142, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19b3e6, #faa700, #ff4d4f, #ff7142, #ffcc00);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Vibrant Echoes of Alex color palette created on .