Paleta de colores Tape 📼

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Tape 📼 palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Tape 📼

Download tape 📼 color palette PNG image (landscape)
Download tape 📼 color palette PNG image (square)

CSS de la paleta de colores Tape 📼

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #6b5b95;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffd900;
--color-3: #ffb300;
--color-4: #ffadad;
--color-5: #6b5b95;
}

CSS del degradado de fondo Tape 📼

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffd900, #ffb300, #ffadad, #6b5b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffd900, #ffb300, #ffadad, #6b5b95);
}

Tape 📼 color palette created on .