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: #ffb84d;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ffa3b7;
}
.color-4 {
color: #ffdd57;
}
.color-5 {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff7142;
--color-3: #ffa3b7;
--color-4: #ffdd57;
--color-5: #ff3d3d;
}
CSS del degradado de fondo Bright Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff7142, #ffa3b7, #ffdd57, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff7142, #ffa3b7, #ffdd57, #ff3d3d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Bright Orange color palette created on .