Y2K Lizard Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Y2K Lizard palette

Share this palette to:

Y2K Lizard color palette PNG image

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

Y2K Lizard color palette CSS

/* CSS */
.color-1 {
color: #7aff8e;
}
.color-2 {
color: #42edf0;
}
.color-3 {
color: #1dc0ed;
}
.color-4 {
color: #1083cb;
}
.color-5 {
color: #0f5d99;
}

/* CSS Variables */
:root {
--color-1: #7aff8e;
--color-2: #42edf0;
--color-3: #1dc0ed;
--color-4: #1083cb;
--color-5: #0f5d99;
}

Y2K Lizard background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7aff8e, #42edf0, #1dc0ed, #1083cb, #0f5d99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7aff8e, #42edf0, #1dc0ed, #1083cb, #0f5d99);
}

Y2K Lizard color palette created on .