Y2K Lizard Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Y2K Lizard palette
Color Inspiration
Images that showcase this color palette in real designs
Download Y2K Lizard Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 10+ Mint color palettes
Y2K Lizard color palette created on .