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: #f8c154;
}
.color-2 {
color: #f07c00;
}
.color-3 {
color: #d6491f;
}
.color-4 {
color: #792d7c;
}
.color-5 {
color: #3a8cd4;
}
/* CSS Variables */
:root {
--color-1: #f8c154;
--color-2: #f07c00;
--color-3: #d6491f;
--color-4: #792d7c;
--color-5: #3a8cd4;
}
CSS del degradado de fondo Vibrant Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c154, #f07c00, #d6491f, #792d7c, #3a8cd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c154, #f07c00, #d6491f, #792d7c, #3a8cd4);
}
Paletas de colores similares
Vibrant Orange color palette created on .