Dark Y2K Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dark Y2K palette

Share this palette to:

Download Dark Y2K Color Palette (PNG)

Download dark y2k color palette PNG image (landscape)
Download dark y2k color palette PNG image (square)

Dark Y2K color palette CSS

/* CSS */
.color-1 {
color: #3c1a6b;
}
.color-2 {
color: #712f92;
}
.color-3 {
color: #a059ab;
}
.color-4 {
color: #e0a3d4;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #3c1a6b;
--color-2: #712f92;
--color-3: #a059ab;
--color-4: #e0a3d4;
--color-5: #ff7092;
}

Dark Y2K background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1a6b, #712f92, #a059ab, #e0a3d4, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1a6b, #712f92, #a059ab, #e0a3d4, #ff7092);
}

Similar color palettes

Scroll down to explore 3 Dark color palettes

Dark Y2K color palette created on .