90s Orange Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with 90s Orange Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori 90s Orange Blue

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

tavolozza dei colori 90s Orange Blue CSS

/* 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 con gradiente di sfondo 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 .