Y2K Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Y2K Blue palette
Y2K Blue color palette PNG image
Y2K Blue color palette CSS
/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #1f8fff;
}
.color-3 {
color: #4682b4;
}
.color-4 {
color: #609d9f;
}
.color-5 {
color: #add8e6;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #1f8fff;
--color-3: #4682b4;
--color-4: #609d9f;
--color-5: #add8e6;
}
Y2K Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #1f8fff, #4682b4, #609d9f, #add8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #1f8fff, #4682b4, #609d9f, #add8e6);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Y2K Blue color palette created on .