Paleta de colores Orange Tuba
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Orange Tuba palette
CSS de la paleta de colores Orange Tuba
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #e67300;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff9100;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6d1f;
--color-3: #e67300;
--color-4: #ffb300;
--color-5: #ff9100;
}
CSS del degradado de fondo Orange Tuba
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6d1f, #e67300, #ffb300, #ff9100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6d1f, #e67300, #ffb300, #ff9100);
}
Paletas de colores similares
Orange Tuba color palette created on .