Tarot Mystique Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tarot Mystique palette

Share this palette to:

Tarot Mystique color palette PNG image

Download tarot mystique color palette PNG image (landscape)
Download tarot mystique color palette PNG image (square)

Tarot Mystique color palette CSS

/* CSS */
.color-1 {
color: #dace71;
}
.color-2 {
color: #9c5d30;
}
.color-3 {
color: #5f2b25;
}
.color-4 {
color: #a57e9d;
}
.color-5 {
color: #4e3e3b;
}

/* CSS Variables */
:root {
--color-1: #dace71;
--color-2: #9c5d30;
--color-3: #5f2b25;
--color-4: #a57e9d;
--color-5: #4e3e3b;
}

Tarot Mystique background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dace71, #9c5d30, #5f2b25, #a57e9d, #4e3e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dace71, #9c5d30, #5f2b25, #a57e9d, #4e3e3b);
}

Tarot Mystique color palette created on .