Años 2000 Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Años 2000 palette

Share this palette to:

Años 2000 color palette PNG image

Download años 2000 color palette PNG image (landscape)
Download años 2000 color palette PNG image (square)

Años 2000 color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #00bfff;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #8a2ce2;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffd900;
--color-3: #00bfff;
--color-4: #ff6bb5;
--color-5: #8a2ce2;
}

Años 2000 background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffd900, #00bfff, #ff6bb5, #8a2ce2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffd900, #00bfff, #ff6bb5, #8a2ce2);
}

Años 2000 color palette created on .