Y2K Stars Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Y2K Stars palette

Share this palette to:

Y2K Stars color palette PNG image

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

Y2K Stars color palette CSS

/* CSS */
.color-1 {
color: #1a1f5b;
}
.color-2 {
color: #3d4c8a;
}
.color-3 {
color: #7a9ec2;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1a1f5b;
--color-2: #3d4c8a;
--color-3: #7a9ec2;
--color-4: #f1c84b;
--color-5: #ff6e61;
}

Y2K Stars background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f5b, #3d4c8a, #7a9ec2, #f1c84b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f5b, #3d4c8a, #7a9ec2, #f1c84b, #ff6e61);
}

Y2K Stars color palette created on .