Paleta de colores Vivid Tangerine Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vivid Tangerine Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Vivid Tangerine Shades

/* CSS */
.color-1 {
color: #ff9980;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4c38;
}
.color-4 {
color: #ff3e29;
}
.color-5 {
color: #ffb84d;
}

/* CSS Variables */
:root {
--color-1: #ff9980;
--color-2: #ff6e61;
--color-3: #ff4c38;
--color-4: #ff3e29;
--color-5: #ffb84d;
}

CSS del degradado de fondo Vivid Tangerine Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9980, #ff6e61, #ff4c38, #ff3e29, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9980, #ff6e61, #ff4c38, #ff3e29, #ffb84d);
}

Vivid Tangerine Shades color palette created on .