Y2K Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Y2K Dreams palette
Color Inspiration
Images that showcase this color palette in real designs
Download Y2K Dreams Color Palette (PNG)
Y2K Dreams color palette CSS
/* CSS */
.color-1 {
color: #190651;
}
.color-2 {
color: #2f199f;
}
.color-3 {
color: #3f3fd5;
}
.color-4 {
color: #9e7aff;
}
.color-5 {
color: #d2a8ff;
}
/* CSS Variables */
:root {
--color-1: #190651;
--color-2: #2f199f;
--color-3: #3f3fd5;
--color-4: #9e7aff;
--color-5: #d2a8ff;
}
Y2K Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #190651, #2f199f, #3f3fd5, #9e7aff, #d2a8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #190651, #2f199f, #3f3fd5, #9e7aff, #d2a8ff);
}
Similar color palettes
Y2K Dreams color palette created on .