Paleta de colores Luxurious Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Luxurious Orange palette
CSS de la paleta de colores Luxurious Orange
/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd166;
}
.color-5 {
color: #fff7b3;
}
/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff8e3d;
--color-3: #ffb84d;
--color-4: #ffd166;
--color-5: #fff7b3;
}
CSS del degradado de fondo Luxurious Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff8e3d, #ffb84d, #ffd166, #fff7b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff8e3d, #ffb84d, #ffd166, #fff7b3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Luxurious Orange color palette created on .