Paleta de colores Vibrant Yellow-Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Yellow-Orange palette
CSS de la paleta de colores Vibrant Yellow-Orange
/* CSS */
.color-1 {
color: #d25704;
}
.color-2 {
color: #d60905;
}
.color-3 {
color: #114b49;
}
.color-4 {
color: #0b5b13;
}
.color-5 {
color: #c43003;
}
/* CSS Variables */
:root {
--color-1: #d25704;
--color-2: #d60905;
--color-3: #114b49;
--color-4: #0b5b13;
--color-5: #c43003;
}
CSS del degradado de fondo Vibrant Yellow-Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d25704, #d60905, #114b49, #0b5b13, #c43003);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d25704, #d60905, #114b49, #0b5b13, #c43003);
}
Paletas de colores similares
Vibrant Yellow-Orange color palette created on .