Paleta de colores Bright Tangerine
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Bright Tangerine palette
CSS de la paleta de colores Bright Tangerine
/* CSS */
.color-1 {
color: #d327f1;
}
.color-2 {
color: #ff4d4d;
}
.color-3 {
color: #63b5fd;
}
.color-4 {
color: #f94dff;
}
.color-5 {
color: #ff3369;
}
/* CSS Variables */
:root {
--color-1: #d327f1;
--color-2: #ff4d4d;
--color-3: #63b5fd;
--color-4: #f94dff;
--color-5: #ff3369;
}
CSS del degradado de fondo Bright Tangerine
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d327f1, #ff4d4d, #63b5fd, #f94dff, #ff3369);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d327f1, #ff4d4d, #63b5fd, #f94dff, #ff3369);
}
Paletas de colores similares
Bright Tangerine color palette created on .