Paleta de colores Orange Cat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Cat palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Cat

/* CSS */
.color-1 {
color: #f7a44b;
}
.color-2 {
color: #e67433;
}
.color-3 {
color: #d65b2e;
}
.color-4 {
color: #c74f23;
}
.color-5 {
color: #bd3c1f;
}

/* CSS Variables */
:root {
--color-1: #f7a44b;
--color-2: #e67433;
--color-3: #d65b2e;
--color-4: #c74f23;
--color-5: #bd3c1f;
}

CSS del degradado de fondo Orange Cat

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a44b, #e67433, #d65b2e, #c74f23, #bd3c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a44b, #e67433, #d65b2e, #c74f23, #bd3c1f);
}

Orange Cat color palette created on .