Paleta de colores Tangerine Tinsel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tangerine Tinsel palette

Compartir esta paleta en:

CSS de la paleta de colores Tangerine Tinsel

/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffb780;
}
.color-4 {
color: #ffdb99;
}
.color-5 {
color: #ffecc2;
}

/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ff9d5c;
--color-3: #ffb780;
--color-4: #ffdb99;
--color-5: #ffecc2;
}

CSS del degradado de fondo Tangerine Tinsel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ff9d5c, #ffb780, #ffdb99, #ffecc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ff9d5c, #ffb780, #ffdb99, #ffecc2);
}

Tangerine Tinsel color palette created on .