Paleta de colores 90s Orange Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with 90s Orange Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores 90s Orange Blue

Download 90s orange blue color palette PNG image (landscape)
Download 90s orange blue color palette PNG image (square)

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);
}

90s Orange Blue color palette created on .