Paleta de colores Techno Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Techno Sunrise palette
CSS de la paleta de colores Techno Sunrise
/* CSS */
.color-1 {
color: #1c8c9b;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #e04f38;
}
.color-4 {
color: #f9bfb4;
}
.color-5 {
color: #3a7d9c;
}
/* CSS Variables */
:root {
--color-1: #1c8c9b;
--color-2: #f5a300;
--color-3: #e04f38;
--color-4: #f9bfb4;
--color-5: #3a7d9c;
}
CSS del degradado de fondo Techno Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c8c9b, #f5a300, #e04f38, #f9bfb4, #3a7d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c8c9b, #f5a300, #e04f38, #f9bfb4, #3a7d9c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 600+ paletas de colores Estético
Techno Sunrise color palette created on .