Lo-Fi Cassette Tape Color Palette
Discover the beautiful Lo-Fi Cassette Tape color palette featuring clam shell (#dac1b9), sandrift (#a78a7b), roman coffee (#7b4f4c), mojo (#c84f3c) and manhattan (#f4b49f).
Brightness
Saturation
Warmth
💡 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
💻 Lo-Fi Cassette Tape color palette CSS
/* CSS */
.color-1 {
color: #dac1b9;
}
.color-2 {
color: #a78a7b;
}
.color-3 {
color: #7b4f4c;
}
.color-4 {
color: #c84f3c;
}
.color-5 {
color: #f4b49f;
}
/* CSS Variables */
:root {
--color-1: #dac1b9;
--color-2: #a78a7b;
--color-3: #7b4f4c;
--color-4: #c84f3c;
--color-5: #f4b49f;
} 🌈 Lo-Fi Cassette Tape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac1b9, #a78a7b, #7b4f4c, #c84f3c, #f4b49f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac1b9, #a78a7b, #7b4f4c, #c84f3c, #f4b49f);
} 🔗 Explore similar color palettes
Lo-Fi Cassette Tape color palette created on .