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 CSS

/* CSS */
.color-1 {
color: #17054d;
}
.color-2 {
color: #2a1593;
}
.color-3 {
color: #3636c4;
}
.color-4 {
color: #8966eb;
}
.color-5 {
color: #bb8eeb;
}

/* CSS Variables */
:root {
--color-1: #17054d;
--color-2: #2a1593;
--color-3: #3636c4;
--color-4: #8966eb;
--color-5: #bb8eeb;
}

Y2K Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #17054d, #2a1593, #3636c4, #8966eb, #bb8eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #17054d, #2a1593, #3636c4, #8966eb, #bb8eeb);
}

Y2K Dreams color palette created on .