Paleta de colores Teal and Orange Fusion
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Teal and Orange Fusion palette
CSS de la paleta de colores Teal and Orange Fusion
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #681b98;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff4281;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #ff6d1f;
--color-3: #681b98;
--color-4: #ffb300;
--color-5: #ff4281;
}
CSS del degradado de fondo Teal and Orange Fusion
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #ff6d1f, #681b98, #ffb300, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #ff6d1f, #681b98, #ffb300, #ff4281);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Teal and Orange Fusion color palette created on .