Paleta de colores Vibrant Headlines
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Headlines palette
CSS de la paleta de colores Vibrant Headlines
/* CSS */
.color-1 {
color: #fdd681;
}
.color-2 {
color: #fd8953;
}
.color-3 {
color: #f84430;
}
.color-4 {
color: #e5060a;
}
.color-5 {
color: #9a0466;
}
/* CSS Variables */
:root {
--color-1: #fdd681;
--color-2: #fd8953;
--color-3: #f84430;
--color-4: #e5060a;
--color-5: #9a0466;
}
CSS del degradado de fondo Vibrant Headlines
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd681, #fd8953, #f84430, #e5060a, #9a0466);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd681, #fd8953, #f84430, #e5060a, #9a0466);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Amarillo
Vibrant Headlines color palette created on .