Paleta de colores 90s Orange Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with 90s Orange Blue palette
Imagen PNG de la paleta de colores 90s Orange Blue
CSS de la paleta de colores 90s Orange Blue
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #3f7d9d;
}
.color-4 {
color: #ffcf75;
}
.color-5 {
color: #ff4d00;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #3f7d9d;
--color-4: #ffcf75;
--color-5: #ff4d00;
}
CSS del degradado de fondo 90s Orange Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #3f7d9d, #ffcf75, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #3f7d9d, #ffcf75, #ff4d00);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 10+ paletas de colores Años 90
90s Orange Blue color palette created on .