Paleta de colores Orange Tiger Shell

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Tiger Shell palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Tiger Shell

/* CSS */
.color-1 {
color: #d98a3a;
}
.color-2 {
color: #f9c86c;
}
.color-3 {
color: #f5d47a;
}
.color-4 {
color: #f9b2a9;
}
.color-5 {
color: #e86a4a;
}

/* CSS Variables */
:root {
--color-1: #d98a3a;
--color-2: #f9c86c;
--color-3: #f5d47a;
--color-4: #f9b2a9;
--color-5: #e86a4a;
}

CSS del degradado de fondo Orange Tiger Shell

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d98a3a, #f9c86c, #f5d47a, #f9b2a9, #e86a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d98a3a, #f9c86c, #f5d47a, #f9b2a9, #e86a4a);
}

Orange Tiger Shell color palette created on .