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: #1f1f7a;
}
.color-2 {
color: #ff5e00;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #c70067;
}
.color-5 {
color: #00b893;
}

/* CSS Variables */
:root {
--color-1: #1f1f7a;
--color-2: #ff5e00;
--color-3: #ffb300;
--color-4: #c70067;
--color-5: #00b893;
}

Graffiti 90s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f7a, #ff5e00, #ffb300, #c70067, #00b893);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f7a, #ff5e00, #ffb300, #c70067, #00b893);
}

Graffiti 90s color palette created on .