Paleta de colores Orange Cat
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange Cat palette
Descargar la paleta de colores Orange Cat (PNG)
CSS de la paleta de colores Orange Cat
/* CSS */
.color-1 {
color: #f1b74b;
}
.color-2 {
color: #e56a3e;
}
.color-3 {
color: #d3503c;
}
.color-4 {
color: #b36175;
}
.color-5 {
color: #7e3c96;
}
/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #e56a3e;
--color-3: #d3503c;
--color-4: #b36175;
--color-5: #7e3c96;
}
CSS del degradado de fondo Orange Cat
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #e56a3e, #d3503c, #b36175, #7e3c96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #e56a3e, #d3503c, #b36175, #7e3c96);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Estético
Orange Cat color palette created on .