Paleta de colores Bright Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bright Orange palette
CSS de la paleta de colores Bright Orange
/* CSS */
.color-1 {
color: #ffad29;
}
.color-2 {
color: #ffcc66;
}
.color-3 {
color: #ffe59e;
}
.color-4 {
color: #fff2bd;
}
.color-5 {
color: #ffecbd;
}
/* CSS Variables */
:root {
--color-1: #ffad29;
--color-2: #ffcc66;
--color-3: #ffe59e;
--color-4: #fff2bd;
--color-5: #ffecbd;
}
CSS del degradado de fondo Bright Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad29, #ffcc66, #ffe59e, #fff2bd, #ffecbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad29, #ffcc66, #ffe59e, #fff2bd, #ffecbd);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 90+ paletas de colores Ámbar
Bright Orange color palette created on .