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: #dfc4b9;
}
.color-2 {
color: #e0b8be;
}
.color-3 {
color: #e0aec9;
}
.color-4 {
color: #7f88cc;
}
.color-5 {
color: #b4c8ee;
}
/* CSS Variables */
:root {
--color-1: #dfc4b9;
--color-2: #e0b8be;
--color-3: #e0aec9;
--color-4: #7f88cc;
--color-5: #b4c8ee;
}
CSS del degradado de fondo Orange Kitsune
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc4b9, #e0b8be, #e0aec9, #7f88cc, #b4c8ee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc4b9, #e0b8be, #e0aec9, #7f88cc, #b4c8ee);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 50+ paletas de colores Beige
Orange Kitsune color palette created on .