Y3K Brightness Color Palette

Discover the beautiful Y3K Brightness color palette featuring rose bud (#f8a3a0), goldenrod (#fbd679), sahara sand (#f5e58a), riptide (#8ad5e0) and cornflower blue (#6b8deb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Soft, Spring, Yellow, Pink, Blue, Teal, Fun, Modern, Vibrant 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 Y3K Brightness palette

Share this palette to:

💻 Y3K Brightness color palette CSS

/* CSS */
.color-1 {
color: #f8a3a0;
}
.color-2 {
color: #fbd679;
}
.color-3 {
color: #f5e58a;
}
.color-4 {
color: #8ad5e0;
}
.color-5 {
color: #6b8deb;
}

/* CSS Variables */
:root {
--color-1: #f8a3a0;
--color-2: #fbd679;
--color-3: #f5e58a;
--color-4: #8ad5e0;
--color-5: #6b8deb;
}

🌈 Y3K Brightness background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8a3a0, #fbd679, #f5e58a, #8ad5e0, #6b8deb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8a3a0, #fbd679, #f5e58a, #8ad5e0, #6b8deb);
}

Y3K Brightness color palette created on .