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
๐ก 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: #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);
} ๐ Explore similar color palettes
Lo-Fi Cassette Tape color palette created on .