Y2K Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Y2K Dreams palette

Share this palette to:

Download Y2K Dreams Color Palette (PNG)

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: #1c2a5a;
}
.color-2 {
color: #4e8dc1;
}
.color-3 {
color: #80d2e5;
}
.color-4 {
color: #b6e6f6;
}
.color-5 {
color: #f8c7ff;
}

/* CSS Variables */
:root {
--color-1: #1c2a5a;
--color-2: #4e8dc1;
--color-3: #80d2e5;
--color-4: #b6e6f6;
--color-5: #f8c7ff;
}

Y2K Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2a5a, #4e8dc1, #80d2e5, #b6e6f6, #f8c7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2a5a, #4e8dc1, #80d2e5, #b6e6f6, #f8c7ff);
}

Y2K Dreams color palette created on .