Lo-Fi Cassette Tape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lo-Fi Cassette Tape palette

Share this palette to:

Lo-Fi Cassette Tape color palette PNG image

Download lo-fi cassette tape color palette PNG image (landscape)
Download lo-fi cassette tape color palette PNG image (square)

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);
}

Lo-Fi Cassette Tape color palette created on .