Paleta de colores Vibrant Ashera
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Ashera palette
CSS de la paleta de colores Vibrant Ashera
/* CSS */
.color-1 {
color: #f4a20b;
}
.color-2 {
color: #d8544f;
}
.color-3 {
color: #e5e36c;
}
.color-4 {
color: #3da6d6;
}
.color-5 {
color: #a35cbc;
}
/* CSS Variables */
:root {
--color-1: #f4a20b;
--color-2: #d8544f;
--color-3: #e5e36c;
--color-4: #3da6d6;
--color-5: #a35cbc;
}
CSS del degradado de fondo Vibrant Ashera
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a20b, #d8544f, #e5e36c, #3da6d6, #a35cbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a20b, #d8544f, #e5e36c, #3da6d6, #a35cbc);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Brillante
Vibrant Ashera color palette created on .