Y2K Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Y2K Dreams palette

Share this palette to:

Y2K Dreams color palette PNG image

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

Y2K Dreams color palette CSS

/* CSS */
.color-1 {
color: #1b0b4c;
}
.color-2 {
color: #3c2c8c;
}
.color-3 {
color: #5f5fb4;
}
.color-4 {
color: #9e7aff;
}
.color-5 {
color: #d2a8ff;
}

/* CSS Variables */
:root {
--color-1: #1b0b4c;
--color-2: #3c2c8c;
--color-3: #5f5fb4;
--color-4: #9e7aff;
--color-5: #d2a8ff;
}

Y2K Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b0b4c, #3c2c8c, #5f5fb4, #9e7aff, #d2a8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b0b4c, #3c2c8c, #5f5fb4, #9e7aff, #d2a8ff);
}

Y2K Dreams color palette created on .