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