Lo-Fi Cassette Tape Color Palette

Discover the beautiful Lo-Fi Cassette Tape color palette featuring geebung (#d08d1b), santa fe (#b46c4b), tapestry (#a65971), affair (#704d7a) and jacarta (#3b2c5e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Earthy, Muted, Orange, Pink, Purple, Red, Retro, Vintage 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 Lo-Fi Cassette Tape palette

Share this palette to:

๐Ÿ’ป Lo-Fi Cassette Tape color palette CSS

/* CSS */
.color-1 {
color: #d08d1b;
}
.color-2 {
color: #b46c4b;
}
.color-3 {
color: #a65971;
}
.color-4 {
color: #704d7a;
}
.color-5 {
color: #3b2c5e;
}

/* CSS Variables */
:root {
--color-1: #d08d1b;
--color-2: #b46c4b;
--color-3: #a65971;
--color-4: #704d7a;
--color-5: #3b2c5e;
}

๐ŸŒˆ Lo-Fi Cassette Tape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d08d1b, #b46c4b, #a65971, #704d7a, #3b2c5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d08d1b, #b46c4b, #a65971, #704d7a, #3b2c5e);
}

Lo-Fi Cassette Tape color palette created on .