Graffiti 90s Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Graffiti 90s palette

Share this palette to:

Graffiti 90s color palette PNG image

Download graffiti 90s color palette PNG image (landscape)
Download graffiti 90s color palette PNG image (square)

Graffiti 90s color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff3c00;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffd900;
--color-4: #ff3c00;
--color-5: #d6006f;
}

Graffiti 90s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffd900, #ff3c00, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffd900, #ff3c00, #d6006f);
}

Graffiti 90s color palette created on .