Aesthetic Y2K Green and Blue Color Palette

Discover the beautiful Aesthetic Y2K Green and Blue color palette featuring java (#1ab5d1), turquoise (#2cd8c4), aquamarine (#6ff1a1), algae green (#9ee5bf) and coconut cream (#eff9e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Green, Light, Summer, Tropical, Vibrant, Y2k color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Aesthetic Y2K Green and Blue palette

Share this palette to:

💻 Aesthetic Y2K Green and Blue color palette CSS

/* CSS */
.color-1 {
color: #1ab5d1;
}
.color-2 {
color: #2cd8c4;
}
.color-3 {
color: #6ff1a1;
}
.color-4 {
color: #9ee5bf;
}
.color-5 {
color: #eff9e2;
}

/* CSS Variables */
:root {
--color-1: #1ab5d1;
--color-2: #2cd8c4;
--color-3: #6ff1a1;
--color-4: #9ee5bf;
--color-5: #eff9e2;
}

🌈 Aesthetic Y2K Green and Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ab5d1, #2cd8c4, #6ff1a1, #9ee5bf, #eff9e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ab5d1, #2cd8c4, #6ff1a1, #9ee5bf, #eff9e2);
}

Aesthetic Y2K Green and Blue color palette created on .