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