Y2K Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Y2K Dreams palette
Y2K Dreams color palette PNG image
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);
}
Similar color palettes
Y2K Dreams color palette created on .