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: #f7c94b;
}
.color-2 {
color: #ef6c6c;
}
.color-3 {
color: #6cb6e4;
}
.color-4 {
color: #4abf6b;
}
.color-5 {
color: #e97d2f;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #ef6c6c;
--color-3: #6cb6e4;
--color-4: #4abf6b;
--color-5: #e97d2f;
}
CSS del degradado de fondo Vibrant Yellow-Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #ef6c6c, #6cb6e4, #4abf6b, #e97d2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #ef6c6c, #6cb6e4, #4abf6b, #e97d2f);
}
Paletas de colores similares
Vibrant Yellow-Orange color palette created on .