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