90s Orange Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 90s Orange Blue palette
90s Orange Blue color palette PNG image
90s Orange Blue color palette 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;
}
90s Orange Blue background gradient CSS
/* 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);
}
Similar color palettes
90s Orange Blue color palette created on .